Shades of Electric Purple #CB1DF6
Tints of Electric Purple #CB1DF6
RGB
CMYK
RGB Variations
Color information
#CB1DF6 (or 0xCB1DF6) is known color: Electric Purple. HEX triplet: CB, 1D and F6. RGB value is (203,29,246). Sum of RGB (Red+Green+Blue) = 203+29+246=478 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.47% from 478); Green value is 29 (11.72% from 255 or 6.07% from 478); Blue value is 246 (96.48% from 255 or 51.46% from 478); Max value from RGB is 246 - color contains mainly: blue. Hex color #CB1DF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB1DF6 is #34E209. Grayscale: #696969. Windows color (decimal): -3465738 or 16129483. OLE color: 16129483.
HSL color Cylindrical-coordinate representation of color #CB1DF6: hue angle of 288.11º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CB1DF6 is Cyan = 0.17, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 29 | 246 | - |
| CMYK | 0.17 | 0.88 | 0 | 0.04 |
| HSL | 288.11º | 0.92% | 0.54% | - |
| HSV(B) | 288.11º | 0.88% | 0.96% | - |
| XYZ | 41.7 | 20.23 | 88.9 | - |
| YUV | 105.76 | 207.15 | 197.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 29 | 246 | 0.17 | 0.88 | 0 | 0.04 | 288.11 | 0.92 | 0.54 |
| Hex | CB | 1D | F6 | 11 | 58 | 0 | 4 | 120 | 5C | 36 |
| Octal | 313 | 35 | 366 | 21 | 130 | 0 | 4 | 440 | 134 | 66 |
| Binary | 11001011 | 11101 | 11110110 | 10001 | 1011000 | 0 | 100 | 100100000 | 1011100 | 110110 |
Color Harmonies of #CB1DF6
Complementary color
Monochromatic Colors of #CB1DF6
Black with #CB1DF6
Text Example
Text Example
White with #CB1DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1DF6; }
p { color: rgb(203,29,246); }
H1.HeaderClassName
{
color: #CB1DF6;
}
.AnyTagClassName
{
color: #CB1DF6;
}
</style>
background-color css
<style>
a { background-color: #CB1DF6; }
a { background-color: rgb(203,29,246); }
div.DivClassName
{
background-color: #CB1DF6;
}
.BgClassName
{
background-color: #CB1DF6;
}
</style>
border-color css
<style>
span { border-color: #CB1DF6; }
span { border-color: rgb(203,29,246); }
td.TdClassName
{
border-color: #CB1DF6;
}
.TagClassName
{
border-color: #CB1DF6;
}
</style>