Shades of Medium Orchid #C856DB
Tints of Medium Orchid #C856DB
RGB
CMYK
RGB Variations
Color information
#C856DB (or 0xC856DB) is known color: Medium Orchid. HEX triplet: C8, 56 and DB. RGB value is (200,86,219). Sum of RGB (Red+Green+Blue) = 200+86+219=505 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.60% from 505); Green value is 86 (33.98% from 255 or 17.03% from 505); Blue value is 219 (85.94% from 255 or 43.37% from 505); Max value from RGB is 219 - color contains mainly: blue. Hex color #C856DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C856DB is #37A924. Grayscale: #868686. Windows color (decimal): -3647781 or 14374600. OLE color: 14374600.
HSL color Cylindrical-coordinate representation of color #C856DB: hue angle of 291.43º 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 #C856DB is Cyan = 0.09, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 86 | 219 | - |
| CMYK | 0.09 | 0.61 | 0 | 0.14 |
| HSL | 291.43º | 0.65% | 0.6% | - |
| HSV(B) | 291.43º | 0.61% | 0.86% | - |
| XYZ | 39.93 | 24.05 | 69.56 | - |
| YUV | 135.25 | 175.27 | 174.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 86 | 219 | 0.09 | 0.61 | 0 | 0.14 | 291.43 | 0.65 | 0.6 |
| Hex | C8 | 56 | DB | 9 | 3D | 0 | E | 123 | 41 | 3C |
| Octal | 310 | 126 | 333 | 11 | 75 | 0 | 16 | 443 | 101 | 74 |
| Binary | 11001000 | 1010110 | 11011011 | 1001 | 111101 | 0 | 1110 | 100100011 | 1000001 | 111100 |
Color Harmonies of #C856DB
Complementary color
Monochromatic Colors of #C856DB
Black with #C856DB
Text Example
Text Example
White with #C856DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C856DB; }
p { color: rgb(200,86,219); }
H1.HeaderClassName
{
color: #C856DB;
}
.AnyTagClassName
{
color: #C856DB;
}
</style>
background-color css
<style>
a { background-color: #C856DB; }
a { background-color: rgb(200,86,219); }
div.DivClassName
{
background-color: #C856DB;
}
.BgClassName
{
background-color: #C856DB;
}
</style>
border-color css
<style>
span { border-color: #C856DB; }
span { border-color: rgb(200,86,219); }
td.TdClassName
{
border-color: #C856DB;
}
.TagClassName
{
border-color: #C856DB;
}
</style>