Html Css Color HEX #C80BEB Electric Purple

📋 copy color: '#C80BEB'

red 200 ◦ green 11 ◦ blue 235

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

Shades of Electric Purple #C80BEB

Tints of Electric Purple #C80BEB

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.47%

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

R = 44.84%
G = 2.47%
B = 52.69%

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

#C80BEB (or 0xC80BEB) is known color: Electric Purple. HEX triplet: C8, 0B and EB. RGB value is (200,11,235). Sum of RGB (Red+Green+Blue) = 200+11+235=446 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.84% from 446); Green value is 11 (4.69% from 255 or 2.47% from 446); Blue value is 235 (92.19% from 255 or 52.69% from 446); Max value from RGB is 235 - color contains mainly: blue. Hex color #C80BEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C80BEB is #37F414. Grayscale: #5C5C5C. Windows color (decimal): -3666965 or 15403976. OLE color: 15403976.

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

Color convert

RGB 200 11 235 -
CMYK 0.15 0.95 0 0.08
HSL 290.63º 0.91% 0.48% -
HSV(B) 290.63º 0.95% 0.92% -
XYZ 38.93 18.52 80.12 -
YUV 93.05 208.12 204.29 -
System Red Green Blue C M Y K H S L
Decimal 200 11 235 0.15 0.95 0 0.08 290.63 0.91 0.48
Hex C8 B EB F 5F 0 8 123 5B 30
Octal 310 13 353 17 137 0 10 443 133 60
Binary 11001000 1011 11101011 1111 1011111 0 1000 100100011 1011011 110000

Color Harmonies of #C80BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80BEB

Black with #C80BEB

Text Example


Text Example

White with #C80BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80BEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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