Shades of Orchid #D868C0
Tints of Orchid #D868C0
RGB
CMYK
RGB Variations
Color information
#D868C0 (or 0xD868C0) is known color: Orchid. HEX triplet: D8, 68 and C0. RGB value is (216,104,192). Sum of RGB (Red+Green+Blue) = 216+104+192=512 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.19% from 512); Green value is 104 (41.02% from 255 or 20.31% from 512); Blue value is 192 (75.39% from 255 or 37.5% from 512); Max value from RGB is 216 - color contains mainly: red. Hex color #D868C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D868C0 is #27973F. Grayscale: #939393. Windows color (decimal): -2594624 or 12609752. OLE color: 12609752.
HSL color Cylindrical-coordinate representation of color #D868C0: hue angle of 312.86º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D868C0 is Cyan = 0, Magento = 0.52, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 104 | 192 | - |
| CMYK | 0 | 0.52 | 0.11 | 0.15 |
| HSL | 312.86º | 0.59% | 0.63% | - |
| HSV(B) | 312.86º | 0.52% | 0.85% | - |
| XYZ | 42.78 | 28.31 | 53.08 | - |
| YUV | 147.52 | 153.11 | 176.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 104 | 192 | 0 | 0.52 | 0.11 | 0.15 | 312.86 | 0.59 | 0.63 |
| Hex | D8 | 68 | C0 | 0 | 34 | B | F | 139 | 3B | 3F |
| Octal | 330 | 150 | 300 | 0 | 64 | 13 | 17 | 471 | 73 | 77 |
| Binary | 11011000 | 1101000 | 11000000 | 0 | 110100 | 1011 | 1111 | 100111001 | 111011 | 111111 |
Color Harmonies of #D868C0
Complementary color
Monochromatic Colors of #D868C0
Black with #D868C0
Text Example
Text Example
White with #D868C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D868C0; }
p { color: rgb(216,104,192); }
H1.HeaderClassName
{
color: #D868C0;
}
.AnyTagClassName
{
color: #D868C0;
}
</style>
background-color css
<style>
a { background-color: #D868C0; }
a { background-color: rgb(216,104,192); }
div.DivClassName
{
background-color: #D868C0;
}
.BgClassName
{
background-color: #D868C0;
}
</style>
border-color css
<style>
span { border-color: #D868C0; }
span { border-color: rgb(216,104,192); }
td.TdClassName
{
border-color: #D868C0;
}
.TagClassName
{
border-color: #D868C0;
}
</style>