Html Css Color HEX #CA04EB Electric Purple

📋 copy color: '#CA04EB'

red 202 ◦ green 4 ◦ blue 235

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

Shades of Electric Purple #CA04EB

Tints of Electric Purple #CA04EB

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.91%

 BLUE value IS 235 (92.19% from 255) = 53.29%

R = 45.8%
G = 0.91%
B = 53.29%

CMYK

 C value IS 0.14

 M value IS 0.98

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CA04EB (or 0xCA04EB) is known color: Electric Purple. HEX triplet: CA, 04 and EB. RGB value is (202,4,235). Sum of RGB (Red+Green+Blue) = 202+4+235=441 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.80% from 441); Green value is 4 (1.95% from 255 or 0.91% from 441); Blue value is 235 (92.19% from 255 or 53.29% from 441); Max value from RGB is 235 - color contains mainly: blue. Hex color #CA04EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA04EB is #35FB14. Grayscale: #585858. Windows color (decimal): -3537685 or 15402186. OLE color: 15402186.

HSL color Cylindrical-coordinate representation of color #CA04EB: hue angle of 291.43º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CA04EB is Cyan = 0.14, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 202 4 235 -
CMYK 0.14 0.98 0 0.08
HSL 291.43º 0.97% 0.47% -
HSV(B) 291.43º 0.98% 0.92% -
XYZ 39.4 18.64 80.12 -
YUV 89.54 210.1 208.22 -
System Red Green Blue C M Y K H S L
Decimal 202 4 235 0.14 0.98 0 0.08 291.43 0.97 0.47
Hex CA 4 EB E 62 0 8 123 61 2F
Octal 312 4 353 16 142 0 10 443 141 57
Binary 11001010 100 11101011 1110 1100010 0 1000 100100011 1100001 101111

Color Harmonies of #CA04EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA04EB

Black with #CA04EB

Text Example


Text Example

White with #CA04EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA04EB; }

 p { color: rgb(202,4,235); }

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

background-color css

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

 a { background-color: rgb(202,4,235); }

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

border-color css

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

 span { border-color: rgb(202,4,235); }

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