Shades of Electric Purple #CB2BED
Tints of Electric Purple #CB2BED
RGB
CMYK
RGB Variations
Color information
#CB2BED (or 0xCB2BED) is known color: Electric Purple. HEX triplet: CB, 2B and ED. RGB value is (203,43,237). Sum of RGB (Red+Green+Blue) = 203+43+237=483 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.03% from 483); Green value is 43 (17.19% from 255 or 8.90% from 483); Blue value is 237 (92.97% from 255 or 49.07% from 483); Max value from RGB is 237 - color contains mainly: blue. Hex color #CB2BED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB2BED is #34D412. Grayscale: #707070. Windows color (decimal): -3462163 or 15543243. OLE color: 15543243.
HSL color Cylindrical-coordinate representation of color #CB2BED: hue angle of 289.48º degrees, saturation: 0.84, 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 #CB2BED is Cyan = 0.14, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 43 | 237 | - |
| CMYK | 0.14 | 0.82 | 0 | 0.07 |
| HSL | 289.48º | 0.84% | 0.55% | - |
| HSV(B) | 289.48º | 0.82% | 0.93% | - |
| XYZ | 40.78 | 20.54 | 81.94 | - |
| YUV | 112.96 | 198.01 | 192.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 43 | 237 | 0.14 | 0.82 | 0 | 0.07 | 289.48 | 0.84 | 0.55 |
| Hex | CB | 2B | ED | E | 52 | 0 | 7 | 121 | 54 | 37 |
| Octal | 313 | 53 | 355 | 16 | 122 | 0 | 7 | 441 | 124 | 67 |
| Binary | 11001011 | 101011 | 11101101 | 1110 | 1010010 | 0 | 111 | 100100001 | 1010100 | 110111 |
Color Harmonies of #CB2BED
Complementary color
Monochromatic Colors of #CB2BED
Black with #CB2BED
Text Example
Text Example
White with #CB2BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2BED; }
p { color: rgb(203,43,237); }
H1.HeaderClassName
{
color: #CB2BED;
}
.AnyTagClassName
{
color: #CB2BED;
}
</style>
background-color css
<style>
a { background-color: #CB2BED; }
a { background-color: rgb(203,43,237); }
div.DivClassName
{
background-color: #CB2BED;
}
.BgClassName
{
background-color: #CB2BED;
}
</style>
border-color css
<style>
span { border-color: #CB2BED; }
span { border-color: rgb(203,43,237); }
td.TdClassName
{
border-color: #CB2BED;
}
.TagClassName
{
border-color: #CB2BED;
}
</style>