Shades of Electric Purple #CB27EC
Tints of Electric Purple #CB27EC
RGB
CMYK
RGB Variations
Color information
#CB27EC (or 0xCB27EC) is known color: Electric Purple. HEX triplet: CB, 27 and EC. RGB value is (203,39,236). Sum of RGB (Red+Green+Blue) = 203+39+236=478 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.47% from 478); Green value is 39 (15.62% from 255 or 8.16% from 478); Blue value is 236 (92.58% from 255 or 49.37% from 478); Max value from RGB is 236 - color contains mainly: blue. Hex color #CB27EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB27EC is #34D813. Grayscale: #6D6D6D. Windows color (decimal): -3463188 or 15476683. OLE color: 15476683.
HSL color Cylindrical-coordinate representation of color #CB27EC: hue angle of 289.95º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CB27EC is Cyan = 0.14, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 39 | 236 | - |
| CMYK | 0.14 | 0.83 | 0 | 0.07 |
| HSL | 289.95º | 0.84% | 0.54% | - |
| HSV(B) | 289.95º | 0.83% | 0.93% | - |
| XYZ | 40.49 | 20.2 | 81.12 | - |
| YUV | 110.49 | 198.83 | 193.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 39 | 236 | 0.14 | 0.83 | 0 | 0.07 | 289.95 | 0.84 | 0.54 |
| Hex | CB | 27 | EC | E | 53 | 0 | 7 | 122 | 54 | 36 |
| Octal | 313 | 47 | 354 | 16 | 123 | 0 | 7 | 442 | 124 | 66 |
| Binary | 11001011 | 100111 | 11101100 | 1110 | 1010011 | 0 | 111 | 100100010 | 1010100 | 110110 |
Color Harmonies of #CB27EC
Complementary color
Monochromatic Colors of #CB27EC
Black with #CB27EC
Text Example
Text Example
White with #CB27EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB27EC; }
p { color: rgb(203,39,236); }
H1.HeaderClassName
{
color: #CB27EC;
}
.AnyTagClassName
{
color: #CB27EC;
}
</style>
background-color css
<style>
a { background-color: #CB27EC; }
a { background-color: rgb(203,39,236); }
div.DivClassName
{
background-color: #CB27EC;
}
.BgClassName
{
background-color: #CB27EC;
}
</style>
border-color css
<style>
span { border-color: #CB27EC; }
span { border-color: rgb(203,39,236); }
td.TdClassName
{
border-color: #CB27EC;
}
.TagClassName
{
border-color: #CB27EC;
}
</style>