Shades of Medium Orchid #CB56DC
Tints of Medium Orchid #CB56DC
RGB
CMYK
RGB Variations
Color information
#CB56DC (or 0xCB56DC) is known color: Medium Orchid. HEX triplet: CB, 56 and DC. RGB value is (203,86,220). Sum of RGB (Red+Green+Blue) = 203+86+220=509 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.88% from 509); Green value is 86 (33.98% from 255 or 16.90% from 509); Blue value is 220 (86.33% from 255 or 43.22% from 509); Max value from RGB is 220 - color contains mainly: blue. Hex color #CB56DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB56DC is #34A923. Grayscale: #878787. Windows color (decimal): -3451172 or 14440139. OLE color: 14440139.
HSL color Cylindrical-coordinate representation of color #CB56DC: hue angle of 292.39º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CB56DC is Cyan = 0.08, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 86 | 220 | - |
| CMYK | 0.08 | 0.61 | 0 | 0.14 |
| HSL | 292.39º | 0.66% | 0.6% | - |
| HSV(B) | 292.39º | 0.61% | 0.86% | - |
| XYZ | 40.87 | 24.52 | 70.29 | - |
| YUV | 136.26 | 175.26 | 175.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 86 | 220 | 0.08 | 0.61 | 0 | 0.14 | 292.39 | 0.66 | 0.6 |
| Hex | CB | 56 | DC | 8 | 3D | 0 | E | 124 | 42 | 3C |
| Octal | 313 | 126 | 334 | 10 | 75 | 0 | 16 | 444 | 102 | 74 |
| Binary | 11001011 | 1010110 | 11011100 | 1000 | 111101 | 0 | 1110 | 100100100 | 1000010 | 111100 |
Color Harmonies of #CB56DC
Complementary color
Monochromatic Colors of #CB56DC
Black with #CB56DC
Text Example
Text Example
White with #CB56DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB56DC; }
p { color: rgb(203,86,220); }
H1.HeaderClassName
{
color: #CB56DC;
}
.AnyTagClassName
{
color: #CB56DC;
}
</style>
background-color css
<style>
a { background-color: #CB56DC; }
a { background-color: rgb(203,86,220); }
div.DivClassName
{
background-color: #CB56DC;
}
.BgClassName
{
background-color: #CB56DC;
}
</style>
border-color css
<style>
span { border-color: #CB56DC; }
span { border-color: rgb(203,86,220); }
td.TdClassName
{
border-color: #CB56DC;
}
.TagClassName
{
border-color: #CB56DC;
}
</style>