Shades of Electric Purple #CB15EA
Tints of Electric Purple #CB15EA
RGB
CMYK
RGB Variations
Color information
#CB15EA (or 0xCB15EA) is known color: Electric Purple. HEX triplet: CB, 15 and EA. RGB value is (203,21,234). Sum of RGB (Red+Green+Blue) = 203+21+234=458 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.32% from 458); Green value is 21 (8.59% from 255 or 4.59% from 458); Blue value is 234 (91.80% from 255 or 51.09% from 458); Max value from RGB is 234 - color contains mainly: blue. Hex color #CB15EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB15EA is #34EA15. Grayscale: #636363. Windows color (decimal): -3467798 or 15341003. OLE color: 15341003.
HSL color Cylindrical-coordinate representation of color #CB15EA: hue angle of 291.27º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CB15EA is Cyan = 0.13, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 203 | 21 | 234 | - |
| CMYK | 0.13 | 0.91 | 0 | 0.08 |
| HSL | 291.27º | 0.84% | 0.5% | - |
| HSV(B) | 291.27º | 0.91% | 0.92% | - |
| XYZ | 39.75 | 19.17 | 79.45 | - |
| YUV | 99.7 | 203.8 | 201.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 21 | 234 | 0.13 | 0.91 | 0 | 0.08 | 291.27 | 0.84 | 0.5 |
| Hex | CB | 15 | EA | D | 5B | 0 | 8 | 123 | 54 | 32 |
| Octal | 313 | 25 | 352 | 15 | 133 | 0 | 10 | 443 | 124 | 62 |
| Binary | 11001011 | 10101 | 11101010 | 1101 | 1011011 | 0 | 1000 | 100100011 | 1010100 | 110010 |
Color Harmonies of #CB15EA
Complementary color
Monochromatic Colors of #CB15EA
Black with #CB15EA
Text Example
Text Example
White with #CB15EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB15EA; }
p { color: rgb(203,21,234); }
H1.HeaderClassName
{
color: #CB15EA;
}
.AnyTagClassName
{
color: #CB15EA;
}
</style>
background-color css
<style>
a { background-color: #CB15EA; }
a { background-color: rgb(203,21,234); }
div.DivClassName
{
background-color: #CB15EA;
}
.BgClassName
{
background-color: #CB15EA;
}
</style>
border-color css
<style>
span { border-color: #CB15EA; }
span { border-color: rgb(203,21,234); }
td.TdClassName
{
border-color: #CB15EA;
}
.TagClassName
{
border-color: #CB15EA;
}
</style>