Html Css Color HEX #CA0CED Electric Purple

📋 copy color: '#CA0CED'

red 202 ◦ green 12 ◦ blue 237

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

Shades of Electric Purple #CA0CED

Tints of Electric Purple #CA0CED

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.66%

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

R = 44.79%
G = 2.66%
B = 52.55%

CMYK

 C value IS 0.15

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CA0CED (or 0xCA0CED) is known color: Electric Purple. HEX triplet: CA, 0C and ED. RGB value is (202,12,237). Sum of RGB (Red+Green+Blue) = 202+12+237=451 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.79% from 451); Green value is 12 (5.08% from 255 or 2.66% from 451); Blue value is 237 (92.97% from 255 or 52.55% from 451); Max value from RGB is 237 - color contains mainly: blue. Hex color #CA0CED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA0CED is #35F312. Grayscale: #5D5D5D. Windows color (decimal): -3535635 or 15535306. OLE color: 15535306.

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

Color convert

RGB 202 12 237 -
CMYK 0.15 0.95 0 0.07
HSL 290.67º 0.9% 0.49% -
HSV(B) 290.67º 0.95% 0.93% -
XYZ 39.77 18.93 81.68 -
YUV 94.46 208.45 204.7 -
System Red Green Blue C M Y K H S L
Decimal 202 12 237 0.15 0.95 0 0.07 290.67 0.9 0.49
Hex CA C ED F 5F 0 7 123 5A 31
Octal 312 14 355 17 137 0 7 443 132 61
Binary 11001010 1100 11101101 1111 1011111 0 111 100100011 1011010 110001

Color Harmonies of #CA0CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0CED

Black with #CA0CED

Text Example


Text Example

White with #CA0CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0CED; }

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

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

background-color css

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

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

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

border-color css

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

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

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