Shades of Electric Purple #CB2EEF
Tints of Electric Purple #CB2EEF
RGB
CMYK
RGB Variations
Color information
#CB2EEF (or 0xCB2EEF) is known color: Electric Purple. HEX triplet: CB, 2E and EF. RGB value is (203,46,239). Sum of RGB (Red+Green+Blue) = 203+46+239=488 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.60% from 488); Green value is 46 (18.36% from 255 or 9.43% from 488); Blue value is 239 (93.75% from 255 or 48.98% from 488); Max value from RGB is 239 - color contains mainly: blue. Hex color #CB2EEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB2EEF is #34D110. Grayscale: #727272. Windows color (decimal): -3461393 or 15675083. OLE color: 15675083.
HSL color Cylindrical-coordinate representation of color #CB2EEF: hue angle of 288.81º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CB2EEF is Cyan = 0.15, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 46 | 239 | - |
| CMYK | 0.15 | 0.81 | 0 | 0.06 |
| HSL | 288.81º | 0.86% | 0.56% | - |
| HSV(B) | 288.81º | 0.81% | 0.94% | - |
| XYZ | 41.19 | 20.88 | 83.52 | - |
| YUV | 114.95 | 198.01 | 190.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 46 | 239 | 0.15 | 0.81 | 0 | 0.06 | 288.81 | 0.86 | 0.56 |
| Hex | CB | 2E | EF | F | 51 | 0 | 6 | 121 | 56 | 38 |
| Octal | 313 | 56 | 357 | 17 | 121 | 0 | 6 | 441 | 126 | 70 |
| Binary | 11001011 | 101110 | 11101111 | 1111 | 1010001 | 0 | 110 | 100100001 | 1010110 | 111000 |
Color Harmonies of #CB2EEF
Complementary color
Monochromatic Colors of #CB2EEF
Black with #CB2EEF
Text Example
Text Example
White with #CB2EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2EEF; }
p { color: rgb(203,46,239); }
H1.HeaderClassName
{
color: #CB2EEF;
}
.AnyTagClassName
{
color: #CB2EEF;
}
</style>
background-color css
<style>
a { background-color: #CB2EEF; }
a { background-color: rgb(203,46,239); }
div.DivClassName
{
background-color: #CB2EEF;
}
.BgClassName
{
background-color: #CB2EEF;
}
</style>
border-color css
<style>
span { border-color: #CB2EEF; }
span { border-color: rgb(203,46,239); }
td.TdClassName
{
border-color: #CB2EEF;
}
.TagClassName
{
border-color: #CB2EEF;
}
</style>