#CA16F3

Color #CA16F3 Electric Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Purple #CA16F3

Tints of Electric Purple #CA16F3

Color information

#CA16F3 (or 0xCA16F3) is unknown color: approx Electric Purple. HEX triplet: CA, 16 and F3. RGB value is (202,22,243). Sum of RGB (Red+Green+Blue) = 202+22+243=467 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.25% from 467); Green value is 22 (8.98% from 255 or 4.71% from 467); Blue value is 243 (95.31% from 255 or 52.03% from 467); Max value from RGB is 243 - color contains mainly: blue. Hex color #CA16F3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA16F3 is #35E90C. Grayscale: #646464. Windows color (decimal): -3533069 or 15931082. OLE color: 15931082.

HSL color Cylindrical-coordinate representation of color #CA16F3: hue angle of 288.87º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CA16F3 is Cyan = 0.17, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB20222243-
CMYK0.170.9100.05
HSL288.87º90.2%51.96%-
HSV(B)288.87º90.95%95.29%-
XYZ40.8219.686.43-
YUV101.01208.13200.03-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 43.25%
GREEN value IS 22 (8.98% from 255) = 4.71%
BLUE value IS 243 (95.31% from 255) = 52.03%
R=43.25%
G=4.71%
B=52.03%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal202222430.170.9100.05288.8790.251.96
HexCA16F3115B051215a34
Octal31226363211330544113264
Binary11001010101101111001110001101101101011001000011011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA16F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA16F3; }

 p { color: rgb(202,22,243); }

 H1.HeaderClassName
 {
   color: #CA16F3;
 }
 .AnyTagClassName
 {
   color: #CA16F3;
 }
</style>
background-color css

<style>
 a { background-color: #CA16F3; }

 a { background-color: rgb(202,22,243); }

 div.DivClassName
 {
   background-color: #CA16F3;
 }
 .BgClassName
 {
   background-color: #CA16F3;
 }
</style>
border-color css

<style>
 span { border-color: #CA16F3; }

 span { border-color: rgb(202,22,243); }

 td.TdClassName
 {
   border-color: #CA16F3;
 }
 .TagClassName
 {
   border-color: #CA16F3;
 }
</style>