Shades of Electric Purple #CB1DEC
Tints of Electric Purple #CB1DEC
RGB
CMYK
RGB Variations
Color information
#CB1DEC (or 0xCB1DEC) is known color: Electric Purple. HEX triplet: CB, 1D and EC. RGB value is (203,29,236). Sum of RGB (Red+Green+Blue) = 203+29+236=468 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.38% from 468); Green value is 29 (11.72% from 255 or 6.20% from 468); Blue value is 236 (92.58% from 255 or 50.43% from 468); Max value from RGB is 236 - color contains mainly: blue. Hex color #CB1DEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB1DEC is #34E213. Grayscale: #676767. Windows color (decimal): -3465748 or 15474123. OLE color: 15474123.
HSL color Cylindrical-coordinate representation of color #CB1DEC: hue angle of 290.43º degrees, saturation: 0.84, 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 #CB1DEC is Cyan = 0.14, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 29 | 236 | - |
| CMYK | 0.14 | 0.88 | 0 | 0.07 |
| HSL | 290.43º | 0.84% | 0.52% | - |
| HSV(B) | 290.43º | 0.88% | 0.93% | - |
| XYZ | 40.21 | 19.63 | 81.03 | - |
| YUV | 104.62 | 202.15 | 198.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 29 | 236 | 0.14 | 0.88 | 0 | 0.07 | 290.43 | 0.84 | 0.52 |
| Hex | CB | 1D | EC | E | 58 | 0 | 7 | 122 | 54 | 34 |
| Octal | 313 | 35 | 354 | 16 | 130 | 0 | 7 | 442 | 124 | 64 |
| Binary | 11001011 | 11101 | 11101100 | 1110 | 1011000 | 0 | 111 | 100100010 | 1010100 | 110100 |
Color Harmonies of #CB1DEC
Complementary color
Monochromatic Colors of #CB1DEC
Black with #CB1DEC
Text Example
Text Example
White with #CB1DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1DEC; }
p { color: rgb(203,29,236); }
H1.HeaderClassName
{
color: #CB1DEC;
}
.AnyTagClassName
{
color: #CB1DEC;
}
</style>
background-color css
<style>
a { background-color: #CB1DEC; }
a { background-color: rgb(203,29,236); }
div.DivClassName
{
background-color: #CB1DEC;
}
.BgClassName
{
background-color: #CB1DEC;
}
</style>
border-color css
<style>
span { border-color: #CB1DEC; }
span { border-color: rgb(203,29,236); }
td.TdClassName
{
border-color: #CB1DEC;
}
.TagClassName
{
border-color: #CB1DEC;
}
</style>