Html Css Color HEX #C80EEA Electric Purple

📋 copy color: '#C80EEA'

red 200 ◦ green 14 ◦ blue 234

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

Shades of Electric Purple #C80EEA

Tints of Electric Purple #C80EEA

RGB

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

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

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

R = 44.64%
G = 3.13%
B = 52.23%

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

#C80EEA (or 0xC80EEA) is known color: Electric Purple. HEX triplet: C8, 0E and EA. RGB value is (200,14,234). Sum of RGB (Red+Green+Blue) = 200+14+234=448 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.64% from 448); Green value is 14 (5.86% from 255 or 3.12% from 448); Blue value is 234 (91.80% from 255 or 52.23% from 448); Max value from RGB is 234 - color contains mainly: blue. Hex color #C80EEA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C80EEA is #37F115. Grayscale: #5E5E5E. Windows color (decimal): -3666198 or 15339208. OLE color: 15339208.

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

Color convert

RGB 200 14 234 -
CMYK 0.15 0.94 0 0.08
HSL 290.73º 0.89% 0.49% -
HSV(B) 290.73º 0.94% 0.92% -
XYZ 38.83 18.53 79.37 -
YUV 94.69 206.62 203.11 -
System Red Green Blue C M Y K H S L
Decimal 200 14 234 0.15 0.94 0 0.08 290.73 0.89 0.49
Hex C8 E EA F 5E 0 8 123 59 31
Octal 310 16 352 17 136 0 10 443 131 61
Binary 11001000 1110 11101010 1111 1011110 0 1000 100100011 1011001 110001

Color Harmonies of #C80EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80EEA

Black with #C80EEA

Text Example


Text Example

White with #C80EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80EEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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