Shades of Electric Purple #CB2CEC
Tints of Electric Purple #CB2CEC
RGB
CMYK
RGB Variations
Color information
#CB2CEC (or 0xCB2CEC) is known color: Electric Purple. HEX triplet: CB, 2C and EC. RGB value is (203,44,236). Sum of RGB (Red+Green+Blue) = 203+44+236=483 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.03% from 483); Green value is 44 (17.58% from 255 or 9.11% from 483); Blue value is 236 (92.58% from 255 or 48.86% from 483); Max value from RGB is 236 - color contains mainly: blue. Hex color #CB2CEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB2CEC is #34D313. Grayscale: #707070. Windows color (decimal): -3461908 or 15477963. OLE color: 15477963.
HSL color Cylindrical-coordinate representation of color #CB2CEC: hue angle of 289.69º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CB2CEC is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 44 | 236 | - |
| CMYK | 0.14 | 0.81 | 0 | 0.07 |
| HSL | 289.69º | 0.83% | 0.55% | - |
| HSV(B) | 289.69º | 0.81% | 0.93% | - |
| XYZ | 40.67 | 20.55 | 81.18 | - |
| YUV | 113.43 | 197.18 | 191.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 44 | 236 | 0.14 | 0.81 | 0 | 0.07 | 289.69 | 0.83 | 0.55 |
| Hex | CB | 2C | EC | E | 51 | 0 | 7 | 122 | 53 | 37 |
| Octal | 313 | 54 | 354 | 16 | 121 | 0 | 7 | 442 | 123 | 67 |
| Binary | 11001011 | 101100 | 11101100 | 1110 | 1010001 | 0 | 111 | 100100010 | 1010011 | 110111 |
Color Harmonies of #CB2CEC
Complementary color
Monochromatic Colors of #CB2CEC
Black with #CB2CEC
Text Example
Text Example
White with #CB2CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2CEC; }
p { color: rgb(203,44,236); }
H1.HeaderClassName
{
color: #CB2CEC;
}
.AnyTagClassName
{
color: #CB2CEC;
}
</style>
background-color css
<style>
a { background-color: #CB2CEC; }
a { background-color: rgb(203,44,236); }
div.DivClassName
{
background-color: #CB2CEC;
}
.BgClassName
{
background-color: #CB2CEC;
}
</style>
border-color css
<style>
span { border-color: #CB2CEC; }
span { border-color: rgb(203,44,236); }
td.TdClassName
{
border-color: #CB2CEC;
}
.TagClassName
{
border-color: #CB2CEC;
}
</style>