Shades of Electric Purple #CB22EC
Tints of Electric Purple #CB22EC
RGB
CMYK
RGB Variations
Color information
#CB22EC (or 0xCB22EC) is known color: Electric Purple. HEX triplet: CB, 22 and EC. RGB value is (203,34,236). Sum of RGB (Red+Green+Blue) = 203+34+236=473 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.92% from 473); Green value is 34 (13.67% from 255 or 7.19% from 473); Blue value is 236 (92.58% from 255 or 49.89% from 473); Max value from RGB is 236 - color contains mainly: blue. Hex color #CB22EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB22EC is #34DD13. Grayscale: #6A6A6A. Windows color (decimal): -3464468 or 15475403. OLE color: 15475403.
HSL color Cylindrical-coordinate representation of color #CB22EC: hue angle of 290.2º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CB22EC is Cyan = 0.14, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 34 | 236 | - |
| CMYK | 0.14 | 0.86 | 0 | 0.07 |
| HSL | 290.2º | 0.84% | 0.53% | - |
| HSV(B) | 290.2º | 0.86% | 0.93% | - |
| XYZ | 40.34 | 19.9 | 81.07 | - |
| YUV | 107.56 | 200.49 | 196.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 34 | 236 | 0.14 | 0.86 | 0 | 0.07 | 290.2 | 0.84 | 0.53 |
| Hex | CB | 22 | EC | E | 56 | 0 | 7 | 122 | 54 | 35 |
| Octal | 313 | 42 | 354 | 16 | 126 | 0 | 7 | 442 | 124 | 65 |
| Binary | 11001011 | 100010 | 11101100 | 1110 | 1010110 | 0 | 111 | 100100010 | 1010100 | 110101 |
Color Harmonies of #CB22EC
Complementary color
Monochromatic Colors of #CB22EC
Black with #CB22EC
Text Example
Text Example
White with #CB22EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB22EC; }
p { color: rgb(203,34,236); }
H1.HeaderClassName
{
color: #CB22EC;
}
.AnyTagClassName
{
color: #CB22EC;
}
</style>
background-color css
<style>
a { background-color: #CB22EC; }
a { background-color: rgb(203,34,236); }
div.DivClassName
{
background-color: #CB22EC;
}
.BgClassName
{
background-color: #CB22EC;
}
</style>
border-color css
<style>
span { border-color: #CB22EC; }
span { border-color: rgb(203,34,236); }
td.TdClassName
{
border-color: #CB22EC;
}
.TagClassName
{
border-color: #CB22EC;
}
</style>