Html Css Color HEX #CA0AED Electric Purple

📋 copy color: '#CA0AED'

red 202 ◦ green 10 ◦ blue 237

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

Shades of Electric Purple #CA0AED

Tints of Electric Purple #CA0AED

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.23%

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

R = 44.99%
G = 2.23%
B = 52.78%

CMYK

 C value IS 0.15

 M value IS 0.96

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CA0AED (or 0xCA0AED) is known color: Electric Purple. HEX triplet: CA, 0A and ED. RGB value is (202,10,237). Sum of RGB (Red+Green+Blue) = 202+10+237=449 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.99% from 449); Green value is 10 (4.30% from 255 or 2.23% from 449); Blue value is 237 (92.97% from 255 or 52.78% from 449); Max value from RGB is 237 - color contains mainly: blue. Hex color #CA0AED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA0AED is #35F512. Grayscale: #5C5C5C. Windows color (decimal): -3536147 or 15534794. OLE color: 15534794.

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

Color convert

RGB 202 10 237 -
CMYK 0.15 0.96 0 0.07
HSL 290.75º 0.92% 0.48% -
HSV(B) 290.75º 0.96% 0.93% -
XYZ 39.75 18.89 81.67 -
YUV 93.29 209.11 205.54 -
System Red Green Blue C M Y K H S L
Decimal 202 10 237 0.15 0.96 0 0.07 290.75 0.92 0.48
Hex CA A ED F 60 0 7 123 5C 30
Octal 312 12 355 17 140 0 7 443 134 60
Binary 11001010 1010 11101101 1111 1100000 0 111 100100011 1011100 110000

Color Harmonies of #CA0AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0AED

Black with #CA0AED

Text Example


Text Example

White with #CA0AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0AED; }

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

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

background-color css

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

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

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

border-color css

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

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

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