Html Css Color HEX #CA01ED Electric Purple

📋 copy color: '#CA01ED'

red 202 ◦ green 1 ◦ blue 237

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

Shades of Electric Purple #CA01ED

Tints of Electric Purple #CA01ED

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.23%

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

R = 45.91%
G = 0.23%
B = 53.86%

CMYK

 C value IS 0.15

 M value IS 1.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CA01ED (or 0xCA01ED) is known color: Electric Purple. HEX triplet: CA, 01 and ED. RGB value is (202,1,237). Sum of RGB (Red+Green+Blue) = 202+1+237=440 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.91% from 440); Green value is 1 (0.78% from 255 or 0.23% from 440); Blue value is 237 (92.97% from 255 or 53.86% from 440); Max value from RGB is 237 - color contains mainly: blue. Hex color #CA01ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA01ED is #35FE12. Grayscale: #575757. Windows color (decimal): -3538451 or 15532490. OLE color: 15532490.

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

Color convert

RGB 202 1 237 -
CMYK 0.15 1.00 0 0.07
HSL 291.1º 0.99% 0.47% -
HSV(B) 291.1º 1% 0.93% -
XYZ 39.65 18.69 81.64 -
YUV 88 212.09 209.31 -
System Red Green Blue C M Y K H S L
Decimal 202 1 237 0.15 1.00 0 0.07 291.1 0.99 0.47
Hex CA 1 ED F 64 0 7 123 63 2F
Octal 312 1 355 17 144 0 7 443 143 57
Binary 11001010 1 11101101 1111 1100100 0 111 100100011 1100011 101111

Color Harmonies of #CA01ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA01ED

Black with #CA01ED

Text Example


Text Example

White with #CA01ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA01ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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