Shades of Electric Purple #CB15E8
Tints of Electric Purple #CB15E8
RGB
CMYK
RGB Variations
Color information
#CB15E8 (or 0xCB15E8) is known color: Electric Purple. HEX triplet: CB, 15 and E8. RGB value is (203,21,232). Sum of RGB (Red+Green+Blue) = 203+21+232=456 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.52% from 456); Green value is 21 (8.59% from 255 or 4.61% from 456); Blue value is 232 (91.02% from 255 or 50.88% from 456); Max value from RGB is 232 - color contains mainly: blue. Hex color #CB15E8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB15E8 is #34EA17. Grayscale: #626262. Windows color (decimal): -3467800 or 15209931. OLE color: 15209931.
HSL color Cylindrical-coordinate representation of color #CB15E8: hue angle of 291.75º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CB15E8 is Cyan = 0.12, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 21 | 232 | - |
| CMYK | 0.12 | 0.91 | 0 | 0.09 |
| HSL | 291.75º | 0.83% | 0.5% | - |
| HSV(B) | 291.75º | 0.91% | 0.91% | - |
| XYZ | 39.46 | 19.06 | 77.94 | - |
| YUV | 99.47 | 202.8 | 201.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 21 | 232 | 0.12 | 0.91 | 0 | 0.09 | 291.75 | 0.83 | 0.5 |
| Hex | CB | 15 | E8 | C | 5B | 0 | 9 | 124 | 53 | 32 |
| Octal | 313 | 25 | 350 | 14 | 133 | 0 | 11 | 444 | 123 | 62 |
| Binary | 11001011 | 10101 | 11101000 | 1100 | 1011011 | 0 | 1001 | 100100100 | 1010011 | 110010 |
Color Harmonies of #CB15E8
Complementary color
Monochromatic Colors of #CB15E8
Black with #CB15E8
Text Example
Text Example
White with #CB15E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB15E8; }
p { color: rgb(203,21,232); }
H1.HeaderClassName
{
color: #CB15E8;
}
.AnyTagClassName
{
color: #CB15E8;
}
</style>
background-color css
<style>
a { background-color: #CB15E8; }
a { background-color: rgb(203,21,232); }
div.DivClassName
{
background-color: #CB15E8;
}
.BgClassName
{
background-color: #CB15E8;
}
</style>
border-color css
<style>
span { border-color: #CB15E8; }
span { border-color: rgb(203,21,232); }
td.TdClassName
{
border-color: #CB15E8;
}
.TagClassName
{
border-color: #CB15E8;
}
</style>