Shades of Electric Purple #CB20EE
Tints of Electric Purple #CB20EE
RGB
CMYK
RGB Variations
Color information
#CB20EE (or 0xCB20EE) is known color: Electric Purple. HEX triplet: CB, 20 and EE. RGB value is (203,32,238). Sum of RGB (Red+Green+Blue) = 203+32+238=473 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.92% from 473); Green value is 32 (12.89% from 255 or 6.77% from 473); Blue value is 238 (93.36% from 255 or 50.32% from 473); Max value from RGB is 238 - color contains mainly: blue. Hex color #CB20EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB20EE is #34DF11. Grayscale: #696969. Windows color (decimal): -3464978 or 15605963. OLE color: 15605963.
HSL color Cylindrical-coordinate representation of color #CB20EE: hue angle of 289.81º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CB20EE is Cyan = 0.15, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 32 | 238 | - |
| CMYK | 0.15 | 0.87 | 0 | 0.07 |
| HSL | 289.81º | 0.86% | 0.53% | - |
| HSV(B) | 289.81º | 0.87% | 0.93% | - |
| XYZ | 40.58 | 19.9 | 82.59 | - |
| YUV | 106.61 | 202.15 | 196.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 32 | 238 | 0.15 | 0.87 | 0 | 0.07 | 289.81 | 0.86 | 0.53 |
| Hex | CB | 20 | EE | F | 57 | 0 | 7 | 122 | 56 | 35 |
| Octal | 313 | 40 | 356 | 17 | 127 | 0 | 7 | 442 | 126 | 65 |
| Binary | 11001011 | 100000 | 11101110 | 1111 | 1010111 | 0 | 111 | 100100010 | 1010110 | 110101 |
Color Harmonies of #CB20EE
Complementary color
Monochromatic Colors of #CB20EE
Black with #CB20EE
Text Example
Text Example
White with #CB20EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB20EE; }
p { color: rgb(203,32,238); }
H1.HeaderClassName
{
color: #CB20EE;
}
.AnyTagClassName
{
color: #CB20EE;
}
</style>
background-color css
<style>
a { background-color: #CB20EE; }
a { background-color: rgb(203,32,238); }
div.DivClassName
{
background-color: #CB20EE;
}
.BgClassName
{
background-color: #CB20EE;
}
</style>
border-color css
<style>
span { border-color: #CB20EE; }
span { border-color: rgb(203,32,238); }
td.TdClassName
{
border-color: #CB20EE;
}
.TagClassName
{
border-color: #CB20EE;
}
</style>