Shades of Electric Purple #CB28ED
Tints of Electric Purple #CB28ED
RGB
CMYK
RGB Variations
Color information
#CB28ED (or 0xCB28ED) is known color: Electric Purple. HEX triplet: CB, 28 and ED. RGB value is (203,40,237). Sum of RGB (Red+Green+Blue) = 203+40+237=480 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.29% from 480); Green value is 40 (16.02% from 255 or 8.33% from 480); Blue value is 237 (92.97% from 255 or 49.38% from 480); Max value from RGB is 237 - color contains mainly: blue. Hex color #CB28ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB28ED is #34D712. Grayscale: #6E6E6E. Windows color (decimal): -3462931 or 15542475. OLE color: 15542475.
HSL color Cylindrical-coordinate representation of color #CB28ED: hue angle of 289.64º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CB28ED is Cyan = 0.14, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 40 | 237 | - |
| CMYK | 0.14 | 0.83 | 0 | 0.07 |
| HSL | 289.64º | 0.85% | 0.54% | - |
| HSV(B) | 289.64º | 0.83% | 0.93% | - |
| XYZ | 40.67 | 20.33 | 81.9 | - |
| YUV | 111.2 | 199 | 193.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 40 | 237 | 0.14 | 0.83 | 0 | 0.07 | 289.64 | 0.85 | 0.54 |
| Hex | CB | 28 | ED | E | 53 | 0 | 7 | 122 | 55 | 36 |
| Octal | 313 | 50 | 355 | 16 | 123 | 0 | 7 | 442 | 125 | 66 |
| Binary | 11001011 | 101000 | 11101101 | 1110 | 1010011 | 0 | 111 | 100100010 | 1010101 | 110110 |
Color Harmonies of #CB28ED
Complementary color
Monochromatic Colors of #CB28ED
Black with #CB28ED
Text Example
Text Example
White with #CB28ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB28ED; }
p { color: rgb(203,40,237); }
H1.HeaderClassName
{
color: #CB28ED;
}
.AnyTagClassName
{
color: #CB28ED;
}
</style>
background-color css
<style>
a { background-color: #CB28ED; }
a { background-color: rgb(203,40,237); }
div.DivClassName
{
background-color: #CB28ED;
}
.BgClassName
{
background-color: #CB28ED;
}
</style>
border-color css
<style>
span { border-color: #CB28ED; }
span { border-color: rgb(203,40,237); }
td.TdClassName
{
border-color: #CB28ED;
}
.TagClassName
{
border-color: #CB28ED;
}
</style>