#CA06FB

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

Shades of Electric Purple #CA06FB

Tints of Electric Purple #CA06FB

Color information

#CA06FB (or 0xCA06FB) is unknown color: approx Electric Purple. HEX triplet: CA, 06 and FB. RGB value is (202,6,251). Sum of RGB (Red+Green+Blue) = 202+6+251=459 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.01% from 459); Green value is 6 (2.73% from 255 or 1.31% from 459); Blue value is 251 (98.44% from 255 or 54.68% from 459); Max value from RGB is 251 - color contains mainly: blue. Hex color #CA06FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA06FB is #35F904. Grayscale: #5B5B5B. Windows color (decimal): -3537157 or 16451274. OLE color: 16451274.

HSL color Cylindrical-coordinate representation of color #CA06FB: hue angle of 288º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CA06FB is Cyan = 0.20, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB2026251-
CMYK0.200.9800.02
HSL288º96.84%50.39%-
HSV(B)288º97.61%98.43%-
XYZ41.8319.6592.86-
YUV92.53217.43206.08-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.01%
GREEN value IS 6 (2.73% from 255) = 1.31%
BLUE value IS 251 (98.44% from 255) = 54.68%
R=44.01%
G=1.31%
B=54.68%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal20262510.200.9800.0228896.8450.39
HexCA6FB1462021206132
Octal3126373241420244014162
Binary11001010110111110111010011000100101001000001100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA06FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA06FB; }

 p { color: rgb(202,6,251); }

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

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

 a { background-color: rgb(202,6,251); }

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

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

 span { border-color: rgb(202,6,251); }

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