Shades of Electric Purple #CB23EC
Tints of Electric Purple #CB23EC
RGB
CMYK
RGB Variations
Color information
#CB23EC (or 0xCB23EC) is known color: Electric Purple. HEX triplet: CB, 23 and EC. RGB value is (203,35,236). Sum of RGB (Red+Green+Blue) = 203+35+236=474 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.83% from 474); Green value is 35 (14.06% from 255 or 7.38% from 474); Blue value is 236 (92.58% from 255 or 49.79% from 474); Max value from RGB is 236 - color contains mainly: blue. Hex color #CB23EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB23EC is #34DC13. Grayscale: #6B6B6B. Windows color (decimal): -3464212 or 15475659. OLE color: 15475659.
HSL color Cylindrical-coordinate representation of color #CB23EC: hue angle of 290.15º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CB23EC is Cyan = 0.14, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 35 | 236 | - |
| CMYK | 0.14 | 0.85 | 0 | 0.07 |
| HSL | 290.15º | 0.84% | 0.53% | - |
| HSV(B) | 290.15º | 0.85% | 0.93% | - |
| XYZ | 40.37 | 19.95 | 81.08 | - |
| YUV | 108.15 | 200.16 | 195.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 35 | 236 | 0.14 | 0.85 | 0 | 0.07 | 290.15 | 0.84 | 0.53 |
| Hex | CB | 23 | EC | E | 55 | 0 | 7 | 122 | 54 | 35 |
| Octal | 313 | 43 | 354 | 16 | 125 | 0 | 7 | 442 | 124 | 65 |
| Binary | 11001011 | 100011 | 11101100 | 1110 | 1010101 | 0 | 111 | 100100010 | 1010100 | 110101 |
Color Harmonies of #CB23EC
Complementary color
Monochromatic Colors of #CB23EC
Black with #CB23EC
Text Example
Text Example
White with #CB23EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB23EC; }
p { color: rgb(203,35,236); }
H1.HeaderClassName
{
color: #CB23EC;
}
.AnyTagClassName
{
color: #CB23EC;
}
</style>
background-color css
<style>
a { background-color: #CB23EC; }
a { background-color: rgb(203,35,236); }
div.DivClassName
{
background-color: #CB23EC;
}
.BgClassName
{
background-color: #CB23EC;
}
</style>
border-color css
<style>
span { border-color: #CB23EC; }
span { border-color: rgb(203,35,236); }
td.TdClassName
{
border-color: #CB23EC;
}
.TagClassName
{
border-color: #CB23EC;
}
</style>