Html Css Color HEX #C80BEC Electric Purple

📋 copy color: '#C80BEC'

red 200 ◦ green 11 ◦ blue 236

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

Shades of Electric Purple #C80BEC

Tints of Electric Purple #C80BEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 52.8%

R = 44.74%
G = 2.46%
B = 52.8%

CMYK

 C value IS 0.15

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C80BEC (or 0xC80BEC) is known color: Electric Purple. HEX triplet: C8, 0B and EC. RGB value is (200,11,236). Sum of RGB (Red+Green+Blue) = 200+11+236=447 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.74% from 447); Green value is 11 (4.69% from 255 or 2.46% from 447); Blue value is 236 (92.58% from 255 or 52.80% from 447); Max value from RGB is 236 - color contains mainly: blue. Hex color #C80BEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C80BEC is #37F413. Grayscale: #5C5C5C. Windows color (decimal): -3666964 or 15469512. OLE color: 15469512.

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

Color convert

RGB 200 11 236 -
CMYK 0.15 0.95 0 0.07
HSL 290.4º 0.91% 0.48% -
HSV(B) 290.4º 0.95% 0.93% -
XYZ 39.08 18.57 80.88 -
YUV 93.16 208.62 204.2 -
System Red Green Blue C M Y K H S L
Decimal 200 11 236 0.15 0.95 0 0.07 290.4 0.91 0.48
Hex C8 B EC F 5F 0 7 122 5B 30
Octal 310 13 354 17 137 0 7 442 133 60
Binary 11001000 1011 11101100 1111 1011111 0 111 100100010 1011011 110000

Color Harmonies of #C80BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80BEC

Black with #C80BEC

Text Example


Text Example

White with #C80BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80BEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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