Html Css Color HEX #C80AEB Electric Purple

📋 copy color: '#C80AEB'

red 200 ◦ green 10 ◦ blue 235

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

Shades of Electric Purple #C80AEB

Tints of Electric Purple #C80AEB

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.25%

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

R = 44.94%
G = 2.25%
B = 52.81%

CMYK

 C value IS 0.15

 M value IS 0.96

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C80AEB (or 0xC80AEB) is known color: Electric Purple. HEX triplet: C8, 0A and EB. RGB value is (200,10,235). Sum of RGB (Red+Green+Blue) = 200+10+235=445 (58% of max value = 765). Red value is 200 (78.52% from 255 or 44.94% from 445); Green value is 10 (4.30% from 255 or 2.25% from 445); Blue value is 235 (92.19% from 255 or 52.81% from 445); Max value from RGB is 235 - color contains mainly: blue. Hex color #C80AEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C80AEB is #37F514. Grayscale: #5B5B5B. Windows color (decimal): -3667221 or 15403720. OLE color: 15403720.

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

Color convert

RGB 200 10 235 -
CMYK 0.15 0.96 0 0.08
HSL 290.67º 0.92% 0.48% -
HSV(B) 290.67º 0.96% 0.92% -
XYZ 38.92 18.49 80.12 -
YUV 92.46 208.45 204.7 -
System Red Green Blue C M Y K H S L
Decimal 200 10 235 0.15 0.96 0 0.08 290.67 0.92 0.48
Hex C8 A EB F 60 0 8 123 5C 30
Octal 310 12 353 17 140 0 10 443 134 60
Binary 11001000 1010 11101011 1111 1100000 0 1000 100100011 1011100 110000

Color Harmonies of #C80AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80AEB

Black with #C80AEB

Text Example


Text Example

White with #C80AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80AEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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