Html Css Color HEX #CA0EED Electric Purple

📋 copy color: '#CA0EED'

red 202 ◦ green 14 ◦ blue 237

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

Shades of Electric Purple #CA0EED

Tints of Electric Purple #CA0EED

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.09%

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

R = 44.59%
G = 3.09%
B = 52.32%

CMYK

 C value IS 0.15

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CA0EED (or 0xCA0EED) is known color: Electric Purple. HEX triplet: CA, 0E and ED. RGB value is (202,14,237). Sum of RGB (Red+Green+Blue) = 202+14+237=453 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.59% from 453); Green value is 14 (5.86% from 255 or 3.09% from 453); Blue value is 237 (92.97% from 255 or 52.32% from 453); Max value from RGB is 237 - color contains mainly: blue. Hex color #CA0EED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA0EED is #35F112. Grayscale: #5E5E5E. Windows color (decimal): -3535123 or 15535818. OLE color: 15535818.

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

Color convert

RGB 202 14 237 -
CMYK 0.15 0.94 0 0.07
HSL 290.58º 0.89% 0.49% -
HSV(B) 290.58º 0.94% 0.93% -
XYZ 39.8 18.99 81.69 -
YUV 95.63 207.78 203.87 -
System Red Green Blue C M Y K H S L
Decimal 202 14 237 0.15 0.94 0 0.07 290.58 0.89 0.49
Hex CA E ED F 5E 0 7 123 59 31
Octal 312 16 355 17 136 0 7 443 131 61
Binary 11001010 1110 11101101 1111 1011110 0 111 100100011 1011001 110001

Color Harmonies of #CA0EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0EED

Black with #CA0EED

Text Example


Text Example

White with #CA0EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0EED; }

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

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

background-color css

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

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

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

border-color css

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

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

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