Shades of Electric Purple #CB25EC
Tints of Electric Purple #CB25EC
RGB
CMYK
RGB Variations
Color information
#CB25EC (or 0xCB25EC) is known color: Electric Purple. HEX triplet: CB, 25 and EC. RGB value is (203,37,236). Sum of RGB (Red+Green+Blue) = 203+37+236=476 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.65% from 476); Green value is 37 (14.84% from 255 or 7.77% from 476); Blue value is 236 (92.58% from 255 or 49.58% from 476); Max value from RGB is 236 - color contains mainly: blue. Hex color #CB25EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB25EC is #34DA13. Grayscale: #6C6C6C. Windows color (decimal): -3463700 or 15476171. OLE color: 15476171.
HSL color Cylindrical-coordinate representation of color #CB25EC: hue angle of 290.05º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CB25EC is Cyan = 0.14, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 37 | 236 | - |
| CMYK | 0.14 | 0.84 | 0 | 0.07 |
| HSL | 290.05º | 0.84% | 0.54% | - |
| HSV(B) | 290.05º | 0.84% | 0.93% | - |
| XYZ | 40.43 | 20.08 | 81.1 | - |
| YUV | 109.32 | 199.5 | 194.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 37 | 236 | 0.14 | 0.84 | 0 | 0.07 | 290.05 | 0.84 | 0.54 |
| Hex | CB | 25 | EC | E | 54 | 0 | 7 | 122 | 54 | 36 |
| Octal | 313 | 45 | 354 | 16 | 124 | 0 | 7 | 442 | 124 | 66 |
| Binary | 11001011 | 100101 | 11101100 | 1110 | 1010100 | 0 | 111 | 100100010 | 1010100 | 110110 |
Color Harmonies of #CB25EC
Complementary color
Monochromatic Colors of #CB25EC
Black with #CB25EC
Text Example
Text Example
White with #CB25EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB25EC; }
p { color: rgb(203,37,236); }
H1.HeaderClassName
{
color: #CB25EC;
}
.AnyTagClassName
{
color: #CB25EC;
}
</style>
background-color css
<style>
a { background-color: #CB25EC; }
a { background-color: rgb(203,37,236); }
div.DivClassName
{
background-color: #CB25EC;
}
.BgClassName
{
background-color: #CB25EC;
}
</style>
border-color css
<style>
span { border-color: #CB25EC; }
span { border-color: rgb(203,37,236); }
td.TdClassName
{
border-color: #CB25EC;
}
.TagClassName
{
border-color: #CB25EC;
}
</style>