Shades of Electric Purple #C00BE6
Tints of Electric Purple #C00BE6
RGB
CMYK
RGB Variations
Color information
#C00BE6 (or 0xC00BE6) is known color: Electric Purple. HEX triplet: C0, 0B and E6. RGB value is (192,11,230). Sum of RGB (Red+Green+Blue) = 192+11+230=433 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.34% from 433); Green value is 11 (4.69% from 255 or 2.54% from 433); Blue value is 230 (90.23% from 255 or 53.12% from 433); Max value from RGB is 230 - color contains mainly: blue. Hex color #C00BE6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C00BE6 is #3FF419. Grayscale: #595959. Windows color (decimal): -4191258 or 15076288. OLE color: 15076288.
HSL color Cylindrical-coordinate representation of color #C00BE6: hue angle of 289.59º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C00BE6 is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 192 | 11 | 230 | - |
| CMYK | 0.17 | 0.95 | 0 | 0.10 |
| HSL | 289.59º | 0.91% | 0.47% | - |
| HSV(B) | 289.59º | 0.95% | 0.9% | - |
| XYZ | 36.14 | 17.16 | 76.27 | - |
| YUV | 90.09 | 206.97 | 200.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 11 | 230 | 0.17 | 0.95 | 0 | 0.10 | 289.59 | 0.91 | 0.47 |
| Hex | C0 | B | E6 | 11 | 5F | 0 | A | 122 | 5B | 2F |
| Octal | 300 | 13 | 346 | 21 | 137 | 0 | 12 | 442 | 133 | 57 |
| Binary | 11000000 | 1011 | 11100110 | 10001 | 1011111 | 0 | 1010 | 100100010 | 1011011 | 101111 |
Color Harmonies of #C00BE6
Complementary color
Monochromatic Colors of #C00BE6
Black with #C00BE6
Text Example
Text Example
White with #C00BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00BE6; }
p { color: rgb(192,11,230); }
H1.HeaderClassName
{
color: #C00BE6;
}
.AnyTagClassName
{
color: #C00BE6;
}
</style>
background-color css
<style>
a { background-color: #C00BE6; }
a { background-color: rgb(192,11,230); }
div.DivClassName
{
background-color: #C00BE6;
}
.BgClassName
{
background-color: #C00BE6;
}
</style>
border-color css
<style>
span { border-color: #C00BE6; }
span { border-color: rgb(192,11,230); }
td.TdClassName
{
border-color: #C00BE6;
}
.TagClassName
{
border-color: #C00BE6;
}
</style>