Html Css Color HEX #C800E8 Electric Purple

📋 copy color: '#C800E8'

red 200 ◦ green 0 ◦ blue 232

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

Shades of Electric Purple #C800E8

Tints of Electric Purple #C800E8

RGB

 RED value IS 200 (78.52% from 255) = 46.3%

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

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

R = 46.3%
G = 0%
B = 53.7%

CMYK

 C value IS 0.14

 M value IS 1

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C800E8 (or 0xC800E8) is known color: Electric Purple. HEX triplet: C8, 00 and E8. RGB value is (200,0,232). Sum of RGB (Red+Green+Blue) = 200+0+232=432 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.30% from 432); Green value is 0 (0.39% from 255 or 0% from 432); Blue value is 232 (91.02% from 255 or 53.70% from 432); Max value from RGB is 232 - color contains mainly: blue. Hex color #C800E8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C800E8 is #37FF17. Grayscale: #555555. Windows color (decimal): -3669784 or 15204552. OLE color: 15204552.

HSL color Cylindrical-coordinate representation of color #C800E8: hue angle of 291.72º 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 #C800E8 is Cyan = 0.14, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 200 0 232 -
CMYK 0.14 1 0 0.09
HSL 291.72º 1% 0.45% -
HSV(B) 291.72º 1% 0.91% -
XYZ 38.38 18.11 77.82 -
YUV 86.25 210.26 209.14 -
System Red Green Blue C M Y K H S L
Decimal 200 0 232 0.14 1 0 0.09 291.72 1 0.45
Hex C8 0 E8 E 64 0 9 124 64 2D
Octal 310 0 350 16 144 0 11 444 144 55
Binary 11001000 0 11101000 1110 1100100 0 1001 100100100 1100100 101101

Color Harmonies of #C800E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C800E8

Black with #C800E8

Text Example


Text Example

White with #C800E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C800E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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