Html Css Color HEX #CA02ED Electric Purple

📋 copy color: '#CA02ED'

red 202 ◦ green 2 ◦ blue 237

#CA02ED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Purple #CA02ED

Tints of Electric Purple #CA02ED

RGB

 RED value IS 202 (79.3% from 255) = 45.8%

 GREEN value IS 2 (1.17% from 255) = 0.45%

 BLUE value IS 237 (92.97% from 255) = 53.74%

R = 45.8%
G = 0.45%
B = 53.74%

CMYK

 C value IS 0.15

 M value IS 0.99

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CA02ED (or 0xCA02ED) is known color: Electric Purple. HEX triplet: CA, 02 and ED. RGB value is (202,2,237). Sum of RGB (Red+Green+Blue) = 202+2+237=441 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.80% from 441); Green value is 2 (1.17% from 255 or 0.45% from 441); Blue value is 237 (92.97% from 255 or 53.74% from 441); Max value from RGB is 237 - color contains mainly: blue. Hex color #CA02ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA02ED is #35FD12. Grayscale: #575757. Windows color (decimal): -3538195 or 15532746. OLE color: 15532746.

HSL color Cylindrical-coordinate representation of color #CA02ED: hue angle of 291.06º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CA02ED is Cyan = 0.15, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 202 2 237 -
CMYK 0.15 0.99 0 0.07
HSL 291.06º 0.98% 0.47% -
HSV(B) 291.06º 0.99% 0.93% -
XYZ 39.66 18.71 81.64 -
YUV 88.59 211.76 208.89 -
System Red Green Blue C M Y K H S L
Decimal 202 2 237 0.15 0.99 0 0.07 291.06 0.98 0.47
Hex CA 2 ED F 63 0 7 123 62 2F
Octal 312 2 355 17 143 0 7 443 142 57
Binary 11001010 10 11101101 1111 1100011 0 111 100100011 1100010 101111

Color Harmonies of #CA02ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA02ED

Black with #CA02ED

Text Example


Text Example

White with #CA02ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA02ED; }

 p { color: rgb(202,2,237); }

 H1.HeaderClassName
 {
   color: #CA02ED;
 }
 .AnyTagClassName
 {
   color: #CA02ED;
 }
</style>

background-color css

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

 a { background-color: rgb(202,2,237); }

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

border-color css

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

 span { border-color: rgb(202,2,237); }

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