Html Css Color HEX #C80CEB Electric Purple

📋 copy color: '#C80CEB'

red 200 ◦ green 12 ◦ blue 235

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

Shades of Electric Purple #C80CEB

Tints of Electric Purple #C80CEB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.68%

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

R = 44.74%
G = 2.68%
B = 52.57%

CMYK

 C value IS 0.15

 M value IS 0.95

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C80CEB (or 0xC80CEB) is known color: Electric Purple. HEX triplet: C8, 0C and EB. RGB value is (200,12,235). Sum of RGB (Red+Green+Blue) = 200+12+235=447 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.74% from 447); Green value is 12 (5.08% from 255 or 2.68% from 447); Blue value is 235 (92.19% from 255 or 52.57% from 447); Max value from RGB is 235 - color contains mainly: blue. Hex color #C80CEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C80CEB is #37F314. Grayscale: #5C5C5C. Windows color (decimal): -3666709 or 15404232. OLE color: 15404232.

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

Color convert

RGB 200 12 235 -
CMYK 0.15 0.95 0 0.08
HSL 290.58º 0.9% 0.48% -
HSV(B) 290.58º 0.95% 0.92% -
XYZ 38.95 18.54 80.12 -
YUV 93.63 207.78 203.87 -
System Red Green Blue C M Y K H S L
Decimal 200 12 235 0.15 0.95 0 0.08 290.58 0.9 0.48
Hex C8 C EB F 5F 0 8 123 5A 30
Octal 310 14 353 17 137 0 10 443 132 60
Binary 11001000 1100 11101011 1111 1011111 0 1000 100100011 1011010 110000

Color Harmonies of #C80CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80CEB

Black with #C80CEB

Text Example


Text Example

White with #C80CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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