Html Css Color HEX #CA00E8 Electric Purple

📋 copy color: '#CA00E8'

red 202 ◦ green 0 ◦ blue 232

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

Shades of Electric Purple #CA00E8

Tints of Electric Purple #CA00E8

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 232 (91.02% from 255) = 53.46%

R = 46.54%
G = 0%
B = 53.46%

CMYK

 C value IS 0.13

 M value IS 1

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CA00E8 (or 0xCA00E8) is known color: Electric Purple. HEX triplet: CA, 00 and E8. RGB value is (202,0,232). Sum of RGB (Red+Green+Blue) = 202+0+232=434 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.54% from 434); Green value is 0 (0.39% from 255 or 0% from 434); Blue value is 232 (91.02% from 255 or 53.46% from 434); Max value from RGB is 232 - color contains mainly: blue. Hex color #CA00E8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA00E8 is #35FF17. Grayscale: #565656. Windows color (decimal): -3538712 or 15204554. OLE color: 15204554.

HSL color Cylindrical-coordinate representation of color #CA00E8: hue angle of 292.24º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CA00E8 is Cyan = 0.13, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 202 0 232 -
CMYK 0.13 1 0 0.09
HSL 292.24º 1% 0.45% -
HSV(B) 292.24º 1% 0.91% -
XYZ 38.92 18.38 77.84 -
YUV 86.85 209.92 210.14 -
System Red Green Blue C M Y K H S L
Decimal 202 0 232 0.13 1 0 0.09 292.24 1 0.45
Hex CA 0 E8 D 64 0 9 124 64 2D
Octal 312 0 350 15 144 0 11 444 144 55
Binary 11001010 0 11101000 1101 1100100 0 1001 100100100 1100100 101101

Color Harmonies of #CA00E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA00E8

Black with #CA00E8

Text Example


Text Example

White with #CA00E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA00E8; }

 p { color: rgb(202,0,232); }

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

background-color css

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

 a { background-color: rgb(202,0,232); }

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

border-color css

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

 span { border-color: rgb(202,0,232); }

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