Html Css Color HEX #C804EC Electric Purple

📋 copy color: '#C804EC'

red 200 ◦ green 4 ◦ blue 236

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

Shades of Electric Purple #C804EC

Tints of Electric Purple #C804EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 53.64%

R = 45.45%
G = 0.91%
B = 53.64%

CMYK

 C value IS 0.15

 M value IS 0.98

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C804EC (or 0xC804EC) is known color: Electric Purple. HEX triplet: C8, 04 and EC. RGB value is (200,4,236). Sum of RGB (Red+Green+Blue) = 200+4+236=440 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.45% from 440); Green value is 4 (1.95% from 255 or 0.91% from 440); Blue value is 236 (92.58% from 255 or 53.64% from 440); Max value from RGB is 236 - color contains mainly: blue. Hex color #C804EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C804EC is #37FB13. Grayscale: #585858. Windows color (decimal): -3668756 or 15467720. OLE color: 15467720.

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

Color convert

RGB 200 4 236 -
CMYK 0.15 0.98 0 0.07
HSL 290.69º 0.97% 0.47% -
HSV(B) 290.69º 0.98% 0.93% -
XYZ 39 18.42 80.86 -
YUV 89.05 210.93 207.14 -
System Red Green Blue C M Y K H S L
Decimal 200 4 236 0.15 0.98 0 0.07 290.69 0.97 0.47
Hex C8 4 EC F 62 0 7 123 61 2F
Octal 310 4 354 17 142 0 7 443 141 57
Binary 11001000 100 11101100 1111 1100010 0 111 100100011 1100001 101111

Color Harmonies of #C804EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C804EC

Black with #C804EC

Text Example


Text Example

White with #C804EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C804EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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