Shades of Electric Purple #CB25ED
Tints of Electric Purple #CB25ED
RGB
CMYK
RGB Variations
Color information
#CB25ED (or 0xCB25ED) is known color: Electric Purple. HEX triplet: CB, 25 and ED. RGB value is (203,37,237). Sum of RGB (Red+Green+Blue) = 203+37+237=477 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.56% from 477); Green value is 37 (14.84% from 255 or 7.76% from 477); Blue value is 237 (92.97% from 255 or 49.69% from 477); Max value from RGB is 237 - color contains mainly: blue. Hex color #CB25ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB25ED is #34DA12. Grayscale: #6C6C6C. Windows color (decimal): -3463699 or 15541707. OLE color: 15541707.
HSL color Cylindrical-coordinate representation of color #CB25ED: hue angle of 289.8º degrees, saturation: 0.85, 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 #CB25ED is Cyan = 0.14, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 37 | 237 | - |
| CMYK | 0.14 | 0.84 | 0 | 0.07 |
| HSL | 289.8º | 0.85% | 0.54% | - |
| HSV(B) | 289.8º | 0.84% | 0.93% | - |
| XYZ | 40.58 | 20.13 | 81.87 | - |
| YUV | 109.43 | 200 | 194.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 37 | 237 | 0.14 | 0.84 | 0 | 0.07 | 289.8 | 0.85 | 0.54 |
| Hex | CB | 25 | ED | E | 54 | 0 | 7 | 122 | 55 | 36 |
| Octal | 313 | 45 | 355 | 16 | 124 | 0 | 7 | 442 | 125 | 66 |
| Binary | 11001011 | 100101 | 11101101 | 1110 | 1010100 | 0 | 111 | 100100010 | 1010101 | 110110 |
Color Harmonies of #CB25ED
Complementary color
Monochromatic Colors of #CB25ED
Black with #CB25ED
Text Example
Text Example
White with #CB25ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB25ED; }
p { color: rgb(203,37,237); }
H1.HeaderClassName
{
color: #CB25ED;
}
.AnyTagClassName
{
color: #CB25ED;
}
</style>
background-color css
<style>
a { background-color: #CB25ED; }
a { background-color: rgb(203,37,237); }
div.DivClassName
{
background-color: #CB25ED;
}
.BgClassName
{
background-color: #CB25ED;
}
</style>
border-color css
<style>
span { border-color: #CB25ED; }
span { border-color: rgb(203,37,237); }
td.TdClassName
{
border-color: #CB25ED;
}
.TagClassName
{
border-color: #CB25ED;
}
</style>