Shades of Electric Purple #CB2DED
Tints of Electric Purple #CB2DED
RGB
CMYK
RGB Variations
Color information
#CB2DED (or 0xCB2DED) is known color: Electric Purple. HEX triplet: CB, 2D and ED. RGB value is (203,45,237). Sum of RGB (Red+Green+Blue) = 203+45+237=485 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.86% from 485); Green value is 45 (17.97% from 255 or 9.28% from 485); Blue value is 237 (92.97% from 255 or 48.87% from 485); Max value from RGB is 237 - color contains mainly: blue. Hex color #CB2DED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB2DED is #34D212. Grayscale: #717171. Windows color (decimal): -3461651 or 15543755. OLE color: 15543755.
HSL color Cylindrical-coordinate representation of color #CB2DED: hue angle of 289.38º degrees, saturation: 0.84, 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 #CB2DED is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 45 | 237 | - |
| CMYK | 0.14 | 0.81 | 0 | 0.07 |
| HSL | 289.38º | 0.84% | 0.55% | - |
| HSV(B) | 289.38º | 0.81% | 0.93% | - |
| XYZ | 40.85 | 20.69 | 81.96 | - |
| YUV | 114.13 | 197.35 | 191.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 45 | 237 | 0.14 | 0.81 | 0 | 0.07 | 289.38 | 0.84 | 0.55 |
| Hex | CB | 2D | ED | E | 51 | 0 | 7 | 121 | 54 | 37 |
| Octal | 313 | 55 | 355 | 16 | 121 | 0 | 7 | 441 | 124 | 67 |
| Binary | 11001011 | 101101 | 11101101 | 1110 | 1010001 | 0 | 111 | 100100001 | 1010100 | 110111 |
Color Harmonies of #CB2DED
Complementary color
Monochromatic Colors of #CB2DED
Black with #CB2DED
Text Example
Text Example
White with #CB2DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2DED; }
p { color: rgb(203,45,237); }
H1.HeaderClassName
{
color: #CB2DED;
}
.AnyTagClassName
{
color: #CB2DED;
}
</style>
background-color css
<style>
a { background-color: #CB2DED; }
a { background-color: rgb(203,45,237); }
div.DivClassName
{
background-color: #CB2DED;
}
.BgClassName
{
background-color: #CB2DED;
}
</style>
border-color css
<style>
span { border-color: #CB2DED; }
span { border-color: rgb(203,45,237); }
td.TdClassName
{
border-color: #CB2DED;
}
.TagClassName
{
border-color: #CB2DED;
}
</style>