Shades of Electric Purple #CB1DF0
Tints of Electric Purple #CB1DF0
RGB
CMYK
RGB Variations
Color information
#CB1DF0 (or 0xCB1DF0) is known color: Electric Purple. HEX triplet: CB, 1D and F0. RGB value is (203,29,240). Sum of RGB (Red+Green+Blue) = 203+29+240=472 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.01% from 472); Green value is 29 (11.72% from 255 or 6.14% from 472); Blue value is 240 (94.14% from 255 or 50.85% from 472); Max value from RGB is 240 - color contains mainly: blue. Hex color #CB1DF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB1DF0 is #34E20F. Grayscale: #686868. Windows color (decimal): -3465744 or 15736267. OLE color: 15736267.
HSL color Cylindrical-coordinate representation of color #CB1DF0: hue angle of 289.48º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CB1DF0 is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 29 | 240 | - |
| CMYK | 0.15 | 0.88 | 0 | 0.06 |
| HSL | 289.48º | 0.88% | 0.53% | - |
| HSV(B) | 289.48º | 0.88% | 0.94% | - |
| XYZ | 40.8 | 19.87 | 84.12 | - |
| YUV | 105.08 | 204.15 | 197.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 29 | 240 | 0.15 | 0.88 | 0 | 0.06 | 289.48 | 0.88 | 0.53 |
| Hex | CB | 1D | F0 | F | 58 | 0 | 6 | 121 | 58 | 35 |
| Octal | 313 | 35 | 360 | 17 | 130 | 0 | 6 | 441 | 130 | 65 |
| Binary | 11001011 | 11101 | 11110000 | 1111 | 1011000 | 0 | 110 | 100100001 | 1011000 | 110101 |
Color Harmonies of #CB1DF0
Complementary color
Monochromatic Colors of #CB1DF0
Black with #CB1DF0
Text Example
Text Example
White with #CB1DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1DF0; }
p { color: rgb(203,29,240); }
H1.HeaderClassName
{
color: #CB1DF0;
}
.AnyTagClassName
{
color: #CB1DF0;
}
</style>
background-color css
<style>
a { background-color: #CB1DF0; }
a { background-color: rgb(203,29,240); }
div.DivClassName
{
background-color: #CB1DF0;
}
.BgClassName
{
background-color: #CB1DF0;
}
</style>
border-color css
<style>
span { border-color: #CB1DF0; }
span { border-color: rgb(203,29,240); }
td.TdClassName
{
border-color: #CB1DF0;
}
.TagClassName
{
border-color: #CB1DF0;
}
</style>