Html Css Color HEX #C80EEB Electric Purple

📋 copy color: '#C80EEB'

red 200 ◦ green 14 ◦ blue 235

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

Shades of Electric Purple #C80EEB

Tints of Electric Purple #C80EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 52.34%

R = 44.54%
G = 3.12%
B = 52.34%

CMYK

 C value IS 0.15

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C80EEB (or 0xC80EEB) is known color: Electric Purple. HEX triplet: C8, 0E and EB. RGB value is (200,14,235). Sum of RGB (Red+Green+Blue) = 200+14+235=449 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.54% from 449); Green value is 14 (5.86% from 255 or 3.12% from 449); Blue value is 235 (92.19% from 255 or 52.34% from 449); Max value from RGB is 235 - color contains mainly: blue. Hex color #C80EEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C80EEB is #37F114. Grayscale: #5E5E5E. Windows color (decimal): -3666197 or 15404744. OLE color: 15404744.

HSL color Cylindrical-coordinate representation of color #C80EEB: hue angle of 290.5º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C80EEB is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 200 14 235 -
CMYK 0.15 0.94 0 0.08
HSL 290.5º 0.89% 0.49% -
HSV(B) 290.5º 0.94% 0.92% -
XYZ 38.97 18.59 80.13 -
YUV 94.81 207.12 203.03 -
System Red Green Blue C M Y K H S L
Decimal 200 14 235 0.15 0.94 0 0.08 290.5 0.89 0.49
Hex C8 E EB F 5E 0 8 122 59 31
Octal 310 16 353 17 136 0 10 442 131 61
Binary 11001000 1110 11101011 1111 1011110 0 1000 100100010 1011001 110001

Color Harmonies of #C80EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80EEB

Black with #C80EEB

Text Example


Text Example

White with #C80EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80EEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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