Shades of Medium Orchid #CD56DB
Tints of Medium Orchid #CD56DB
RGB
CMYK
RGB Variations
Color information
#CD56DB (or 0xCD56DB) is known color: Medium Orchid. HEX triplet: CD, 56 and DB. RGB value is (205,86,219). Sum of RGB (Red+Green+Blue) = 205+86+219=510 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.20% from 510); Green value is 86 (33.98% from 255 or 16.86% from 510); Blue value is 219 (85.94% from 255 or 42.94% from 510); Max value from RGB is 219 - color contains mainly: blue. Hex color #CD56DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD56DB is #32A924. Grayscale: #888888. Windows color (decimal): -3320101 or 14374605. OLE color: 14374605.
HSL color Cylindrical-coordinate representation of color #CD56DB: hue angle of 293.68º degrees, saturation: 0.65, 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 #CD56DB is Cyan = 0.06, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 86 | 219 | - |
| CMYK | 0.06 | 0.61 | 0 | 0.14 |
| HSL | 293.68º | 0.65% | 0.6% | - |
| HSV(B) | 293.68º | 0.61% | 0.86% | - |
| XYZ | 41.29 | 24.75 | 69.62 | - |
| YUV | 136.74 | 174.42 | 176.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 86 | 219 | 0.06 | 0.61 | 0 | 0.14 | 293.68 | 0.65 | 0.6 |
| Hex | CD | 56 | DB | 6 | 3D | 0 | E | 126 | 41 | 3C |
| Octal | 315 | 126 | 333 | 6 | 75 | 0 | 16 | 446 | 101 | 74 |
| Binary | 11001101 | 1010110 | 11011011 | 110 | 111101 | 0 | 1110 | 100100110 | 1000001 | 111100 |
Color Harmonies of #CD56DB
Complementary color
Monochromatic Colors of #CD56DB
Black with #CD56DB
Text Example
Text Example
White with #CD56DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD56DB; }
p { color: rgb(205,86,219); }
H1.HeaderClassName
{
color: #CD56DB;
}
.AnyTagClassName
{
color: #CD56DB;
}
</style>
background-color css
<style>
a { background-color: #CD56DB; }
a { background-color: rgb(205,86,219); }
div.DivClassName
{
background-color: #CD56DB;
}
.BgClassName
{
background-color: #CD56DB;
}
</style>
border-color css
<style>
span { border-color: #CD56DB; }
span { border-color: rgb(205,86,219); }
td.TdClassName
{
border-color: #CD56DB;
}
.TagClassName
{
border-color: #CD56DB;
}
</style>