Html Css Color HEX #CA03ED Electric Purple

📋 copy color: '#CA03ED'

red 202 ◦ green 3 ◦ blue 237

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

Shades of Electric Purple #CA03ED

Tints of Electric Purple #CA03ED

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.68%

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

R = 45.7%
G = 0.68%
B = 53.62%

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

#CA03ED (or 0xCA03ED) is known color: Electric Purple. HEX triplet: CA, 03 and ED. RGB value is (202,3,237). Sum of RGB (Red+Green+Blue) = 202+3+237=442 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.70% from 442); Green value is 3 (1.56% from 255 or 0.68% from 442); Blue value is 237 (92.97% from 255 or 53.62% from 442); Max value from RGB is 237 - color contains mainly: blue. Hex color #CA03ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA03ED is #35FC12. Grayscale: #585858. Windows color (decimal): -3537939 or 15533002. OLE color: 15533002.

HSL color Cylindrical-coordinate representation of color #CA03ED: hue angle of 291.03º 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 #CA03ED is Cyan = 0.15, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 202 3 237 -
CMYK 0.15 0.99 0 0.07
HSL 291.03º 0.98% 0.47% -
HSV(B) 291.03º 0.99% 0.93% -
XYZ 39.68 18.74 81.65 -
YUV 89.18 211.43 208.47 -
System Red Green Blue C M Y K H S L
Decimal 202 3 237 0.15 0.99 0 0.07 291.03 0.98 0.47
Hex CA 3 ED F 63 0 7 123 62 2F
Octal 312 3 355 17 143 0 7 443 142 57
Binary 11001010 11 11101101 1111 1100011 0 111 100100011 1100010 101111

Color Harmonies of #CA03ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA03ED

Black with #CA03ED

Text Example


Text Example

White with #CA03ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA03ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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