Shades of Electric Purple #CB15EE
Tints of Electric Purple #CB15EE
RGB
CMYK
RGB Variations
Color information
#CB15EE (or 0xCB15EE) is known color: Electric Purple. HEX triplet: CB, 15 and EE. RGB value is (203,21,238). Sum of RGB (Red+Green+Blue) = 203+21+238=462 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.94% from 462); Green value is 21 (8.59% from 255 or 4.55% from 462); Blue value is 238 (93.36% from 255 or 51.52% from 462); Max value from RGB is 238 - color contains mainly: blue. Hex color #CB15EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB15EE is #34EA11. Grayscale: #636363. Windows color (decimal): -3467794 or 15603147. OLE color: 15603147.
HSL color Cylindrical-coordinate representation of color #CB15EE: hue angle of 290.32º 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 #CB15EE is Cyan = 0.15, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 21 | 238 | - |
| CMYK | 0.15 | 0.91 | 0 | 0.07 |
| HSL | 290.32º | 0.86% | 0.51% | - |
| HSV(B) | 290.32º | 0.91% | 0.93% | - |
| XYZ | 40.33 | 19.41 | 82.51 | - |
| YUV | 100.16 | 205.8 | 201.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 21 | 238 | 0.15 | 0.91 | 0 | 0.07 | 290.32 | 0.86 | 0.51 |
| Hex | CB | 15 | EE | F | 5B | 0 | 7 | 122 | 56 | 33 |
| Octal | 313 | 25 | 356 | 17 | 133 | 0 | 7 | 442 | 126 | 63 |
| Binary | 11001011 | 10101 | 11101110 | 1111 | 1011011 | 0 | 111 | 100100010 | 1010110 | 110011 |
Color Harmonies of #CB15EE
Complementary color
Monochromatic Colors of #CB15EE
Black with #CB15EE
Text Example
Text Example
White with #CB15EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB15EE; }
p { color: rgb(203,21,238); }
H1.HeaderClassName
{
color: #CB15EE;
}
.AnyTagClassName
{
color: #CB15EE;
}
</style>
background-color css
<style>
a { background-color: #CB15EE; }
a { background-color: rgb(203,21,238); }
div.DivClassName
{
background-color: #CB15EE;
}
.BgClassName
{
background-color: #CB15EE;
}
</style>
border-color css
<style>
span { border-color: #CB15EE; }
span { border-color: rgb(203,21,238); }
td.TdClassName
{
border-color: #CB15EE;
}
.TagClassName
{
border-color: #CB15EE;
}
</style>