Shades of Medium Orchid #CB2DEC
Tints of Medium Orchid #CB2DEC
RGB
CMYK
RGB Variations
Color information
#CB2DEC (or 0xCB2DEC) is known color: Medium Orchid. HEX triplet: CB, 2D and EC. RGB value is (203,45,236). Sum of RGB (Red+Green+Blue) = 203+45+236=484 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.94% from 484); Green value is 45 (17.97% from 255 or 9.30% from 484); Blue value is 236 (92.58% from 255 or 48.76% from 484); Max value from RGB is 236 - color contains mainly: blue. Hex color #CB2DEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB2DEC is #34D213. Grayscale: #717171. Windows color (decimal): -3461652 or 15478219. OLE color: 15478219.
HSL color Cylindrical-coordinate representation of color #CB2DEC: hue angle of 289.63º 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 #CB2DEC is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 45 | 236 | - |
| CMYK | 0.14 | 0.81 | 0 | 0.07 |
| HSL | 289.63º | 0.83% | 0.55% | - |
| HSV(B) | 289.63º | 0.81% | 0.93% | - |
| XYZ | 40.71 | 20.63 | 81.19 | - |
| YUV | 114.02 | 196.85 | 191.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 45 | 236 | 0.14 | 0.81 | 0 | 0.07 | 289.63 | 0.83 | 0.55 |
| Hex | CB | 2D | EC | E | 51 | 0 | 7 | 122 | 53 | 37 |
| Octal | 313 | 55 | 354 | 16 | 121 | 0 | 7 | 442 | 123 | 67 |
| Binary | 11001011 | 101101 | 11101100 | 1110 | 1010001 | 0 | 111 | 100100010 | 1010011 | 110111 |
Color Harmonies of #CB2DEC
Complementary color
Monochromatic Colors of #CB2DEC
Black with #CB2DEC
Text Example
Text Example
White with #CB2DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2DEC; }
p { color: rgb(203,45,236); }
H1.HeaderClassName
{
color: #CB2DEC;
}
.AnyTagClassName
{
color: #CB2DEC;
}
</style>
background-color css
<style>
a { background-color: #CB2DEC; }
a { background-color: rgb(203,45,236); }
div.DivClassName
{
background-color: #CB2DEC;
}
.BgClassName
{
background-color: #CB2DEC;
}
</style>
border-color css
<style>
span { border-color: #CB2DEC; }
span { border-color: rgb(203,45,236); }
td.TdClassName
{
border-color: #CB2DEC;
}
.TagClassName
{
border-color: #CB2DEC;
}
</style>