Shades of Electric Purple #C80BEE
Tints of Electric Purple #C80BEE
RGB
CMYK
RGB Variations
Color information
#C80BEE (or 0xC80BEE) is known color: Electric Purple. HEX triplet: C8, 0B and EE. RGB value is (200,11,238). Sum of RGB (Red+Green+Blue) = 200+11+238=449 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.54% from 449); Green value is 11 (4.69% from 255 or 2.45% from 449); Blue value is 238 (93.36% from 255 or 53.01% from 449); Max value from RGB is 238 - color contains mainly: blue. Hex color #C80BEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C80BEE is #37F411. Grayscale: #5C5C5C. Windows color (decimal): -3666962 or 15600584. OLE color: 15600584.
HSL color Cylindrical-coordinate representation of color #C80BEE: hue angle of 289.96º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C80BEE is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 11 | 238 | - |
| CMYK | 0.16 | 0.95 | 0 | 0.07 |
| HSL | 289.96º | 0.91% | 0.49% | - |
| HSV(B) | 289.96º | 0.95% | 0.93% | - |
| XYZ | 39.37 | 18.69 | 82.42 | - |
| YUV | 93.39 | 209.62 | 204.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 11 | 238 | 0.16 | 0.95 | 0 | 0.07 | 289.96 | 0.91 | 0.49 |
| Hex | C8 | B | EE | 10 | 5F | 0 | 7 | 122 | 5B | 31 |
| Octal | 310 | 13 | 356 | 20 | 137 | 0 | 7 | 442 | 133 | 61 |
| Binary | 11001000 | 1011 | 11101110 | 10000 | 1011111 | 0 | 111 | 100100010 | 1011011 | 110001 |
Color Harmonies of #C80BEE
Complementary color
Monochromatic Colors of #C80BEE
Black with #C80BEE
Text Example
Text Example
White with #C80BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80BEE; }
p { color: rgb(200,11,238); }
H1.HeaderClassName
{
color: #C80BEE;
}
.AnyTagClassName
{
color: #C80BEE;
}
</style>
background-color css
<style>
a { background-color: #C80BEE; }
a { background-color: rgb(200,11,238); }
div.DivClassName
{
background-color: #C80BEE;
}
.BgClassName
{
background-color: #C80BEE;
}
</style>
border-color css
<style>
span { border-color: #C80BEE; }
span { border-color: rgb(200,11,238); }
td.TdClassName
{
border-color: #C80BEE;
}
.TagClassName
{
border-color: #C80BEE;
}
</style>