Shades of Electric Purple #CB1EF5
Tints of Electric Purple #CB1EF5
RGB
CMYK
RGB Variations
Color information
#CB1EF5 (or 0xCB1EF5) is known color: Electric Purple. HEX triplet: CB, 1E and F5. RGB value is (203,30,245). Sum of RGB (Red+Green+Blue) = 203+30+245=478 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.47% from 478); Green value is 30 (12.11% from 255 or 6.28% from 478); Blue value is 245 (96.09% from 255 or 51.26% from 478); Max value from RGB is 245 - color contains mainly: blue. Hex color #CB1EF5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB1EF5 is #34E10A. Grayscale: #696969. Windows color (decimal): -3465483 or 16064203. OLE color: 16064203.
HSL color Cylindrical-coordinate representation of color #CB1EF5: hue angle of 288.28º degrees, saturation: 0.91, 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 #CB1EF5 is Cyan = 0.17, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 30 | 245 | - |
| CMYK | 0.17 | 0.88 | 0 | 0.04 |
| HSL | 288.28º | 0.91% | 0.54% | - |
| HSV(B) | 288.28º | 0.88% | 0.96% | - |
| XYZ | 41.57 | 20.22 | 88.1 | - |
| YUV | 106.24 | 206.31 | 197.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 30 | 245 | 0.17 | 0.88 | 0 | 0.04 | 288.28 | 0.91 | 0.54 |
| Hex | CB | 1E | F5 | 11 | 58 | 0 | 4 | 120 | 5B | 36 |
| Octal | 313 | 36 | 365 | 21 | 130 | 0 | 4 | 440 | 133 | 66 |
| Binary | 11001011 | 11110 | 11110101 | 10001 | 1011000 | 0 | 100 | 100100000 | 1011011 | 110110 |
Color Harmonies of #CB1EF5
Complementary color
Monochromatic Colors of #CB1EF5
Black with #CB1EF5
Text Example
Text Example
White with #CB1EF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1EF5; }
p { color: rgb(203,30,245); }
H1.HeaderClassName
{
color: #CB1EF5;
}
.AnyTagClassName
{
color: #CB1EF5;
}
</style>
background-color css
<style>
a { background-color: #CB1EF5; }
a { background-color: rgb(203,30,245); }
div.DivClassName
{
background-color: #CB1EF5;
}
.BgClassName
{
background-color: #CB1EF5;
}
</style>
border-color css
<style>
span { border-color: #CB1EF5; }
span { border-color: rgb(203,30,245); }
td.TdClassName
{
border-color: #CB1EF5;
}
.TagClassName
{
border-color: #CB1EF5;
}
</style>