Shades of Electric Purple #CB21ED
Tints of Electric Purple #CB21ED
RGB
CMYK
RGB Variations
Color information
#CB21ED (or 0xCB21ED) is known color: Electric Purple. HEX triplet: CB, 21 and ED. RGB value is (203,33,237). Sum of RGB (Red+Green+Blue) = 203+33+237=473 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.92% from 473); Green value is 33 (13.28% from 255 or 6.98% from 473); Blue value is 237 (92.97% from 255 or 50.11% from 473); Max value from RGB is 237 - color contains mainly: blue. Hex color #CB21ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB21ED is #34DE12. Grayscale: #6A6A6A. Windows color (decimal): -3464723 or 15540683. OLE color: 15540683.
HSL color Cylindrical-coordinate representation of color #CB21ED: hue angle of 290º degrees, saturation: 0.85, 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 #CB21ED is Cyan = 0.14, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 33 | 237 | - |
| CMYK | 0.14 | 0.86 | 0 | 0.07 |
| HSL | 290º | 0.85% | 0.53% | - |
| HSV(B) | 290º | 0.86% | 0.93% | - |
| XYZ | 40.46 | 19.9 | 81.83 | - |
| YUV | 107.09 | 201.32 | 196.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 33 | 237 | 0.14 | 0.86 | 0 | 0.07 | 290 | 0.85 | 0.53 |
| Hex | CB | 21 | ED | E | 56 | 0 | 7 | 122 | 55 | 35 |
| Octal | 313 | 41 | 355 | 16 | 126 | 0 | 7 | 442 | 125 | 65 |
| Binary | 11001011 | 100001 | 11101101 | 1110 | 1010110 | 0 | 111 | 100100010 | 1010101 | 110101 |
Color Harmonies of #CB21ED
Complementary color
Monochromatic Colors of #CB21ED
Black with #CB21ED
Text Example
Text Example
White with #CB21ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB21ED; }
p { color: rgb(203,33,237); }
H1.HeaderClassName
{
color: #CB21ED;
}
.AnyTagClassName
{
color: #CB21ED;
}
</style>
background-color css
<style>
a { background-color: #CB21ED; }
a { background-color: rgb(203,33,237); }
div.DivClassName
{
background-color: #CB21ED;
}
.BgClassName
{
background-color: #CB21ED;
}
</style>
border-color css
<style>
span { border-color: #CB21ED; }
span { border-color: rgb(203,33,237); }
td.TdClassName
{
border-color: #CB21ED;
}
.TagClassName
{
border-color: #CB21ED;
}
</style>