Shades of Electric Purple #CB1DED
Tints of Electric Purple #CB1DED
RGB
CMYK
RGB Variations
Color information
#CB1DED (or 0xCB1DED) is known color: Electric Purple. HEX triplet: CB, 1D and ED. RGB value is (203,29,237). Sum of RGB (Red+Green+Blue) = 203+29+237=469 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.28% from 469); Green value is 29 (11.72% from 255 or 6.18% from 469); Blue value is 237 (92.97% from 255 or 50.53% from 469); Max value from RGB is 237 - color contains mainly: blue. Hex color #CB1DED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB1DED is #34E212. Grayscale: #686868. Windows color (decimal): -3465747 or 15539659. OLE color: 15539659.
HSL color Cylindrical-coordinate representation of color #CB1DED: hue angle of 290.19º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CB1DED is Cyan = 0.14, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 29 | 237 | - |
| CMYK | 0.14 | 0.88 | 0 | 0.07 |
| HSL | 290.19º | 0.85% | 0.52% | - |
| HSV(B) | 290.19º | 0.88% | 0.93% | - |
| XYZ | 40.35 | 19.69 | 81.79 | - |
| YUV | 104.74 | 202.65 | 198.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 29 | 237 | 0.14 | 0.88 | 0 | 0.07 | 290.19 | 0.85 | 0.52 |
| Hex | CB | 1D | ED | E | 58 | 0 | 7 | 122 | 55 | 34 |
| Octal | 313 | 35 | 355 | 16 | 130 | 0 | 7 | 442 | 125 | 64 |
| Binary | 11001011 | 11101 | 11101101 | 1110 | 1011000 | 0 | 111 | 100100010 | 1010101 | 110100 |
Color Harmonies of #CB1DED
Complementary color
Monochromatic Colors of #CB1DED
Black with #CB1DED
Text Example
Text Example
White with #CB1DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1DED; }
p { color: rgb(203,29,237); }
H1.HeaderClassName
{
color: #CB1DED;
}
.AnyTagClassName
{
color: #CB1DED;
}
</style>
background-color css
<style>
a { background-color: #CB1DED; }
a { background-color: rgb(203,29,237); }
div.DivClassName
{
background-color: #CB1DED;
}
.BgClassName
{
background-color: #CB1DED;
}
</style>
border-color css
<style>
span { border-color: #CB1DED; }
span { border-color: rgb(203,29,237); }
td.TdClassName
{
border-color: #CB1DED;
}
.TagClassName
{
border-color: #CB1DED;
}
</style>