Html Css Color HEX #C804EA Electric Purple

📋 copy color: '#C804EA'

red 200 ◦ green 4 ◦ blue 234

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

Shades of Electric Purple #C804EA

Tints of Electric Purple #C804EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 53.42%

R = 45.66%
G = 0.91%
B = 53.42%

CMYK

 C value IS 0.15

 M value IS 0.98

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C804EA (or 0xC804EA) is known color: Electric Purple. HEX triplet: C8, 04 and EA. RGB value is (200,4,234). Sum of RGB (Red+Green+Blue) = 200+4+234=438 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.66% from 438); Green value is 4 (1.95% from 255 or 0.91% from 438); Blue value is 234 (91.80% from 255 or 53.42% from 438); Max value from RGB is 234 - color contains mainly: blue. Hex color #C804EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C804EA is #37FB15. Grayscale: #585858. Windows color (decimal): -3668758 or 15336648. OLE color: 15336648.

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

Color convert

RGB 200 4 234 -
CMYK 0.15 0.98 0 0.08
HSL 291.13º 0.97% 0.47% -
HSV(B) 291.13º 0.98% 0.92% -
XYZ 38.71 18.31 79.33 -
YUV 88.82 209.93 207.3 -
System Red Green Blue C M Y K H S L
Decimal 200 4 234 0.15 0.98 0 0.08 291.13 0.97 0.47
Hex C8 4 EA F 62 0 8 123 61 2F
Octal 310 4 352 17 142 0 10 443 141 57
Binary 11001000 100 11101010 1111 1100010 0 1000 100100011 1100001 101111

Color Harmonies of #C804EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C804EA

Black with #C804EA

Text Example


Text Example

White with #C804EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C804EA; }

 p { color: rgb(200,4,234); }

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

background-color css

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

 a { background-color: rgb(200,4,234); }

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

border-color css

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

 span { border-color: rgb(200,4,234); }

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