Shades of Electric Purple #CB2CEE
Tints of Electric Purple #CB2CEE
RGB
CMYK
RGB Variations
Color information
#CB2CEE (or 0xCB2CEE) is known color: Electric Purple. HEX triplet: CB, 2C and EE. RGB value is (203,44,238). Sum of RGB (Red+Green+Blue) = 203+44+238=485 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.86% from 485); Green value is 44 (17.58% from 255 or 9.07% from 485); Blue value is 238 (93.36% from 255 or 49.07% from 485); Max value from RGB is 238 - color contains mainly: blue. Hex color #CB2CEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB2CEE is #34D311. Grayscale: #717171. Windows color (decimal): -3461906 or 15609035. OLE color: 15609035.
HSL color Cylindrical-coordinate representation of color #CB2CEE: hue angle of 289.18º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CB2CEE is Cyan = 0.15, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 44 | 238 | - |
| CMYK | 0.15 | 0.82 | 0 | 0.07 |
| HSL | 289.18º | 0.85% | 0.55% | - |
| HSV(B) | 289.18º | 0.82% | 0.93% | - |
| XYZ | 40.96 | 20.67 | 82.72 | - |
| YUV | 113.66 | 198.18 | 191.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 44 | 238 | 0.15 | 0.82 | 0 | 0.07 | 289.18 | 0.85 | 0.55 |
| Hex | CB | 2C | EE | F | 52 | 0 | 7 | 121 | 55 | 37 |
| Octal | 313 | 54 | 356 | 17 | 122 | 0 | 7 | 441 | 125 | 67 |
| Binary | 11001011 | 101100 | 11101110 | 1111 | 1010010 | 0 | 111 | 100100001 | 1010101 | 110111 |
Color Harmonies of #CB2CEE
Complementary color
Monochromatic Colors of #CB2CEE
Black with #CB2CEE
Text Example
Text Example
White with #CB2CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2CEE; }
p { color: rgb(203,44,238); }
H1.HeaderClassName
{
color: #CB2CEE;
}
.AnyTagClassName
{
color: #CB2CEE;
}
</style>
background-color css
<style>
a { background-color: #CB2CEE; }
a { background-color: rgb(203,44,238); }
div.DivClassName
{
background-color: #CB2CEE;
}
.BgClassName
{
background-color: #CB2CEE;
}
</style>
border-color css
<style>
span { border-color: #CB2CEE; }
span { border-color: rgb(203,44,238); }
td.TdClassName
{
border-color: #CB2CEE;
}
.TagClassName
{
border-color: #CB2CEE;
}
</style>