Html Css Color HEX #C80EEF Electric Purple

📋 copy color: '#C80EEF'

red 200 ◦ green 14 ◦ blue 239

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

Shades of Electric Purple #C80EEF

Tints of Electric Purple #C80EEF

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.09%

 BLUE value IS 239 (93.75% from 255) = 52.76%

R = 44.15%
G = 3.09%
B = 52.76%

CMYK

 C value IS 0.16

 M value IS 0.94

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C80EEF (or 0xC80EEF) is known color: Electric Purple. HEX triplet: C8, 0E and EF. RGB value is (200,14,239). Sum of RGB (Red+Green+Blue) = 200+14+239=453 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.15% from 453); Green value is 14 (5.86% from 255 or 3.09% from 453); Blue value is 239 (93.75% from 255 or 52.76% from 453); Max value from RGB is 239 - color contains mainly: blue. Hex color #C80EEF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C80EEF is #37F110. Grayscale: #5E5E5E. Windows color (decimal): -3666193 or 15666888. OLE color: 15666888.

HSL color Cylindrical-coordinate representation of color #C80EEF: hue angle of 289.6º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C80EEF is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 200 14 239 -
CMYK 0.16 0.94 0 0.06
HSL 289.6º 0.89% 0.5% -
HSV(B) 289.6º 0.94% 0.94% -
XYZ 39.56 18.83 83.21 -
YUV 95.26 209.12 202.7 -
System Red Green Blue C M Y K H S L
Decimal 200 14 239 0.16 0.94 0 0.06 289.6 0.89 0.5
Hex C8 E EF 10 5E 0 6 122 59 32
Octal 310 16 357 20 136 0 6 442 131 62
Binary 11001000 1110 11101111 10000 1011110 0 110 100100010 1011001 110010

Color Harmonies of #C80EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80EEF

Black with #C80EEF

Text Example


Text Example

White with #C80EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80EEF; }

 p { color: rgb(200,14,239); }

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

background-color css

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

 a { background-color: rgb(200,14,239); }

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

border-color css

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

 span { border-color: rgb(200,14,239); }

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