Shades of Electric Purple #CB25EE
Tints of Electric Purple #CB25EE
RGB
CMYK
RGB Variations
Color information
#CB25EE (or 0xCB25EE) is known color: Electric Purple. HEX triplet: CB, 25 and EE. RGB value is (203,37,238). Sum of RGB (Red+Green+Blue) = 203+37+238=478 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.47% from 478); Green value is 37 (14.84% from 255 or 7.74% from 478); Blue value is 238 (93.36% from 255 or 49.79% from 478); Max value from RGB is 238 - color contains mainly: blue. Hex color #CB25EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB25EE is #34DA11. Grayscale: #6C6C6C. Windows color (decimal): -3463698 or 15607243. OLE color: 15607243.
HSL color Cylindrical-coordinate representation of color #CB25EE: hue angle of 289.55º degrees, saturation: 0.86, 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 #CB25EE is Cyan = 0.15, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 37 | 238 | - |
| CMYK | 0.15 | 0.84 | 0 | 0.07 |
| HSL | 289.55º | 0.86% | 0.54% | - |
| HSV(B) | 289.55º | 0.84% | 0.93% | - |
| XYZ | 40.72 | 20.19 | 82.64 | - |
| YUV | 109.55 | 200.5 | 194.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 37 | 238 | 0.15 | 0.84 | 0 | 0.07 | 289.55 | 0.86 | 0.54 |
| Hex | CB | 25 | EE | F | 54 | 0 | 7 | 122 | 56 | 36 |
| Octal | 313 | 45 | 356 | 17 | 124 | 0 | 7 | 442 | 126 | 66 |
| Binary | 11001011 | 100101 | 11101110 | 1111 | 1010100 | 0 | 111 | 100100010 | 1010110 | 110110 |
Color Harmonies of #CB25EE
Complementary color
Monochromatic Colors of #CB25EE
Black with #CB25EE
Text Example
Text Example
White with #CB25EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB25EE; }
p { color: rgb(203,37,238); }
H1.HeaderClassName
{
color: #CB25EE;
}
.AnyTagClassName
{
color: #CB25EE;
}
</style>
background-color css
<style>
a { background-color: #CB25EE; }
a { background-color: rgb(203,37,238); }
div.DivClassName
{
background-color: #CB25EE;
}
.BgClassName
{
background-color: #CB25EE;
}
</style>
border-color css
<style>
span { border-color: #CB25EE; }
span { border-color: rgb(203,37,238); }
td.TdClassName
{
border-color: #CB25EE;
}
.TagClassName
{
border-color: #CB25EE;
}
</style>