Shades of Electric Purple #CB23ED
Tints of Electric Purple #CB23ED
RGB
CMYK
RGB Variations
Color information
#CB23ED (or 0xCB23ED) is known color: Electric Purple. HEX triplet: CB, 23 and ED. RGB value is (203,35,237). Sum of RGB (Red+Green+Blue) = 203+35+237=475 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.74% from 475); Green value is 35 (14.06% from 255 or 7.37% from 475); Blue value is 237 (92.97% from 255 or 49.89% from 475); Max value from RGB is 237 - color contains mainly: blue. Hex color #CB23ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB23ED is #34DC12. Grayscale: #6B6B6B. Windows color (decimal): -3464211 or 15541195. OLE color: 15541195.
HSL color Cylindrical-coordinate representation of color #CB23ED: hue angle of 289.9º degrees, saturation: 0.85, 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 #CB23ED is Cyan = 0.14, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 35 | 237 | - |
| CMYK | 0.14 | 0.85 | 0 | 0.07 |
| HSL | 289.9º | 0.85% | 0.53% | - |
| HSV(B) | 289.9º | 0.85% | 0.93% | - |
| XYZ | 40.52 | 20.01 | 81.85 | - |
| YUV | 108.26 | 200.66 | 195.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 35 | 237 | 0.14 | 0.85 | 0 | 0.07 | 289.9 | 0.85 | 0.53 |
| Hex | CB | 23 | ED | E | 55 | 0 | 7 | 122 | 55 | 35 |
| Octal | 313 | 43 | 355 | 16 | 125 | 0 | 7 | 442 | 125 | 65 |
| Binary | 11001011 | 100011 | 11101101 | 1110 | 1010101 | 0 | 111 | 100100010 | 1010101 | 110101 |
Color Harmonies of #CB23ED
Complementary color
Monochromatic Colors of #CB23ED
Black with #CB23ED
Text Example
Text Example
White with #CB23ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB23ED; }
p { color: rgb(203,35,237); }
H1.HeaderClassName
{
color: #CB23ED;
}
.AnyTagClassName
{
color: #CB23ED;
}
</style>
background-color css
<style>
a { background-color: #CB23ED; }
a { background-color: rgb(203,35,237); }
div.DivClassName
{
background-color: #CB23ED;
}
.BgClassName
{
background-color: #CB23ED;
}
</style>
border-color css
<style>
span { border-color: #CB23ED; }
span { border-color: rgb(203,35,237); }
td.TdClassName
{
border-color: #CB23ED;
}
.TagClassName
{
border-color: #CB23ED;
}
</style>