Shades of Electric Purple #CB18EB
Tints of Electric Purple #CB18EB
RGB
CMYK
RGB Variations
Color information
#CB18EB (or 0xCB18EB) is known color: Electric Purple. HEX triplet: CB, 18 and EB. RGB value is (203,24,235). Sum of RGB (Red+Green+Blue) = 203+24+235=462 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.94% from 462); Green value is 24 (9.77% from 255 or 5.19% from 462); Blue value is 235 (92.19% from 255 or 50.87% from 462); Max value from RGB is 235 - color contains mainly: blue. Hex color #CB18EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB18EB is #34E714. Grayscale: #646464. Windows color (decimal): -3467029 or 15407307. OLE color: 15407307.
HSL color Cylindrical-coordinate representation of color #CB18EB: hue angle of 290.9º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CB18EB is Cyan = 0.14, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 203 | 24 | 235 | - |
| CMYK | 0.14 | 0.90 | 0 | 0.08 |
| HSL | 290.9º | 0.84% | 0.51% | - |
| HSV(B) | 290.9º | 0.9% | 0.92% | - |
| XYZ | 39.95 | 19.35 | 80.23 | - |
| YUV | 101.58 | 203.3 | 200.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 24 | 235 | 0.14 | 0.90 | 0 | 0.08 | 290.9 | 0.84 | 0.51 |
| Hex | CB | 18 | EB | E | 5A | 0 | 8 | 123 | 54 | 33 |
| Octal | 313 | 30 | 353 | 16 | 132 | 0 | 10 | 443 | 124 | 63 |
| Binary | 11001011 | 11000 | 11101011 | 1110 | 1011010 | 0 | 1000 | 100100011 | 1010100 | 110011 |
Color Harmonies of #CB18EB
Complementary color
Monochromatic Colors of #CB18EB
Black with #CB18EB
Text Example
Text Example
White with #CB18EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB18EB; }
p { color: rgb(203,24,235); }
H1.HeaderClassName
{
color: #CB18EB;
}
.AnyTagClassName
{
color: #CB18EB;
}
</style>
background-color css
<style>
a { background-color: #CB18EB; }
a { background-color: rgb(203,24,235); }
div.DivClassName
{
background-color: #CB18EB;
}
.BgClassName
{
background-color: #CB18EB;
}
</style>
border-color css
<style>
span { border-color: #CB18EB; }
span { border-color: rgb(203,24,235); }
td.TdClassName
{
border-color: #CB18EB;
}
.TagClassName
{
border-color: #CB18EB;
}
</style>