Shades of Electric Purple #CB18EC
Tints of Electric Purple #CB18EC
RGB
CMYK
RGB Variations
Color information
#CB18EC (or 0xCB18EC) is known color: Electric Purple. HEX triplet: CB, 18 and EC. RGB value is (203,24,236). Sum of RGB (Red+Green+Blue) = 203+24+236=463 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.84% from 463); Green value is 24 (9.77% from 255 or 5.18% from 463); Blue value is 236 (92.58% from 255 or 50.97% from 463); Max value from RGB is 236 - color contains mainly: blue. Hex color #CB18EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB18EC is #34E713. Grayscale: #656565. Windows color (decimal): -3467028 or 15472843. OLE color: 15472843.
HSL color Cylindrical-coordinate representation of color #CB18EC: hue angle of 290.66º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CB18EC is Cyan = 0.14, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 24 | 236 | - |
| CMYK | 0.14 | 0.90 | 0 | 0.07 |
| HSL | 290.66º | 0.85% | 0.51% | - |
| HSV(B) | 290.66º | 0.9% | 0.93% | - |
| XYZ | 40.1 | 19.41 | 80.99 | - |
| YUV | 101.69 | 203.8 | 200.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 24 | 236 | 0.14 | 0.90 | 0 | 0.07 | 290.66 | 0.85 | 0.51 |
| Hex | CB | 18 | EC | E | 5A | 0 | 7 | 123 | 55 | 33 |
| Octal | 313 | 30 | 354 | 16 | 132 | 0 | 7 | 443 | 125 | 63 |
| Binary | 11001011 | 11000 | 11101100 | 1110 | 1011010 | 0 | 111 | 100100011 | 1010101 | 110011 |
Color Harmonies of #CB18EC
Complementary color
Monochromatic Colors of #CB18EC
Black with #CB18EC
Text Example
Text Example
White with #CB18EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB18EC; }
p { color: rgb(203,24,236); }
H1.HeaderClassName
{
color: #CB18EC;
}
.AnyTagClassName
{
color: #CB18EC;
}
</style>
background-color css
<style>
a { background-color: #CB18EC; }
a { background-color: rgb(203,24,236); }
div.DivClassName
{
background-color: #CB18EC;
}
.BgClassName
{
background-color: #CB18EC;
}
</style>
border-color css
<style>
span { border-color: #CB18EC; }
span { border-color: rgb(203,24,236); }
td.TdClassName
{
border-color: #CB18EC;
}
.TagClassName
{
border-color: #CB18EC;
}
</style>