#CA06FD

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

Shades of Electric Purple #CA06FD

Tints of Electric Purple #CA06FD

Color information

#CA06FD (or 0xCA06FD) is unknown color: approx Electric Purple. HEX triplet: CA, 06 and FD. RGB value is (202,6,253). Sum of RGB (Red+Green+Blue) = 202+6+253=461 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.82% from 461); Green value is 6 (2.73% from 255 or 1.30% from 461); Blue value is 253 (99.22% from 255 or 54.88% from 461); Max value from RGB is 253 - color contains mainly: blue. Hex color #CA06FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA06FD is #35F902. Grayscale: #5B5B5B. Windows color (decimal): -3537155 or 16582346. OLE color: 16582346.

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

Color convert

RGB2026253-
CMYK0.200.9800.01
HSL287.61º98.41%50.78%-
HSV(B)287.61º97.63%99.22%-
XYZ42.1519.7894.52-
YUV92.76218.43205.92-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.82%
GREEN value IS 6 (2.73% from 255) = 1.30%
BLUE value IS 253 (99.22% from 255) = 54.88%
R=43.82%
G=1.30%
B=54.88%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal20262530.200.9800.01287.6198.4150.78
HexCA6FD1462011206233
Octal3126375241420144014263
Binary1100101011011111101101001100010011001000001100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA06FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA06FD; }

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

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

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

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

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

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

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

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