Shades of Electric Purple #CB15ED
Tints of Electric Purple #CB15ED
RGB
CMYK
RGB Variations
Color information
#CB15ED (or 0xCB15ED) is known color: Electric Purple. HEX triplet: CB, 15 and ED. RGB value is (203,21,237). Sum of RGB (Red+Green+Blue) = 203+21+237=461 (61% of max value = 765). Red value is 203 (79.69% from 255 or 44.03% from 461); Green value is 21 (8.59% from 255 or 4.56% from 461); Blue value is 237 (92.97% from 255 or 51.41% from 461); Max value from RGB is 237 - color contains mainly: blue. Hex color #CB15ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB15ED is #34EA12. Grayscale: #636363. Windows color (decimal): -3467795 or 15537611. OLE color: 15537611.
HSL color Cylindrical-coordinate representation of color #CB15ED: hue angle of 290.56º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CB15ED is Cyan = 0.14, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 21 | 237 | - |
| CMYK | 0.14 | 0.91 | 0 | 0.07 |
| HSL | 290.56º | 0.86% | 0.51% | - |
| HSV(B) | 290.56º | 0.91% | 0.93% | - |
| XYZ | 40.18 | 19.35 | 81.74 | - |
| YUV | 100.04 | 205.3 | 201.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 21 | 237 | 0.14 | 0.91 | 0 | 0.07 | 290.56 | 0.86 | 0.51 |
| Hex | CB | 15 | ED | E | 5B | 0 | 7 | 123 | 56 | 33 |
| Octal | 313 | 25 | 355 | 16 | 133 | 0 | 7 | 443 | 126 | 63 |
| Binary | 11001011 | 10101 | 11101101 | 1110 | 1011011 | 0 | 111 | 100100011 | 1010110 | 110011 |
Color Harmonies of #CB15ED
Complementary color
Monochromatic Colors of #CB15ED
Black with #CB15ED
Text Example
Text Example
White with #CB15ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB15ED; }
p { color: rgb(203,21,237); }
H1.HeaderClassName
{
color: #CB15ED;
}
.AnyTagClassName
{
color: #CB15ED;
}
</style>
background-color css
<style>
a { background-color: #CB15ED; }
a { background-color: rgb(203,21,237); }
div.DivClassName
{
background-color: #CB15ED;
}
.BgClassName
{
background-color: #CB15ED;
}
</style>
border-color css
<style>
span { border-color: #CB15ED; }
span { border-color: rgb(203,21,237); }
td.TdClassName
{
border-color: #CB15ED;
}
.TagClassName
{
border-color: #CB15ED;
}
</style>