Shades of Medium Orchid #CB2DEB
Tints of Medium Orchid #CB2DEB
RGB
CMYK
RGB Variations
Color information
#CB2DEB (or 0xCB2DEB) is known color: Medium Orchid. HEX triplet: CB, 2D and EB. RGB value is (203,45,235). Sum of RGB (Red+Green+Blue) = 203+45+235=483 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.03% from 483); Green value is 45 (17.97% from 255 or 9.32% from 483); Blue value is 235 (92.19% from 255 or 48.65% from 483); Max value from RGB is 235 - color contains mainly: blue. Hex color #CB2DEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB2DEB is #34D214. Grayscale: #717171. Windows color (decimal): -3461653 or 15412683. OLE color: 15412683.
HSL color Cylindrical-coordinate representation of color #CB2DEB: hue angle of 289.89º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CB2DEB is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 203 | 45 | 235 | - |
| CMYK | 0.14 | 0.81 | 0 | 0.08 |
| HSL | 289.89º | 0.83% | 0.55% | - |
| HSV(B) | 289.89º | 0.81% | 0.92% | - |
| XYZ | 40.56 | 20.57 | 80.43 | - |
| YUV | 113.9 | 196.35 | 191.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 45 | 235 | 0.14 | 0.81 | 0 | 0.08 | 289.89 | 0.83 | 0.55 |
| Hex | CB | 2D | EB | E | 51 | 0 | 8 | 122 | 53 | 37 |
| Octal | 313 | 55 | 353 | 16 | 121 | 0 | 10 | 442 | 123 | 67 |
| Binary | 11001011 | 101101 | 11101011 | 1110 | 1010001 | 0 | 1000 | 100100010 | 1010011 | 110111 |
Color Harmonies of #CB2DEB
Complementary color
Monochromatic Colors of #CB2DEB
Black with #CB2DEB
Text Example
Text Example
White with #CB2DEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2DEB; }
p { color: rgb(203,45,235); }
H1.HeaderClassName
{
color: #CB2DEB;
}
.AnyTagClassName
{
color: #CB2DEB;
}
</style>
background-color css
<style>
a { background-color: #CB2DEB; }
a { background-color: rgb(203,45,235); }
div.DivClassName
{
background-color: #CB2DEB;
}
.BgClassName
{
background-color: #CB2DEB;
}
</style>
border-color css
<style>
span { border-color: #CB2DEB; }
span { border-color: rgb(203,45,235); }
td.TdClassName
{
border-color: #CB2DEB;
}
.TagClassName
{
border-color: #CB2DEB;
}
</style>