Shades of Orchid #D86ACD
Tints of Orchid #D86ACD
RGB
CMYK
RGB Variations
Color information
#D86ACD (or 0xD86ACD) is known color: Orchid. HEX triplet: D8, 6A and CD. RGB value is (216,106,205). Sum of RGB (Red+Green+Blue) = 216+106+205=527 (69% of max value = 765). Red value is 216 (84.77% from 255 or 40.99% from 527); Green value is 106 (41.80% from 255 or 20.11% from 527); Blue value is 205 (80.47% from 255 or 38.90% from 527); Max value from RGB is 216 - color contains mainly: red. Hex color #D86ACD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86ACD is #279532. Grayscale: #959595. Windows color (decimal): -2594099 or 13462232. OLE color: 13462232.
HSL color Cylindrical-coordinate representation of color #D86ACD: hue angle of 306º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D86ACD is Cyan = 0, Magento = 0.51, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 106 | 205 | - |
| CMYK | 0 | 0.51 | 0.05 | 0.15 |
| HSL | 306º | 0.59% | 0.63% | - |
| HSV(B) | 306º | 0.51% | 0.85% | - |
| XYZ | 44.49 | 29.31 | 61.07 | - |
| YUV | 150.18 | 158.94 | 174.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 106 | 205 | 0 | 0.51 | 0.05 | 0.15 | 306 | 0.59 | 0.63 |
| Hex | D8 | 6A | CD | 0 | 33 | 5 | F | 132 | 3B | 3F |
| Octal | 330 | 152 | 315 | 0 | 63 | 5 | 17 | 462 | 73 | 77 |
| Binary | 11011000 | 1101010 | 11001101 | 0 | 110011 | 101 | 1111 | 100110010 | 111011 | 111111 |
Color Harmonies of #D86ACD
Complementary color
Monochromatic Colors of #D86ACD
Black with #D86ACD
Text Example
Text Example
White with #D86ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86ACD; }
p { color: rgb(216,106,205); }
H1.HeaderClassName
{
color: #D86ACD;
}
.AnyTagClassName
{
color: #D86ACD;
}
</style>
background-color css
<style>
a { background-color: #D86ACD; }
a { background-color: rgb(216,106,205); }
div.DivClassName
{
background-color: #D86ACD;
}
.BgClassName
{
background-color: #D86ACD;
}
</style>
border-color css
<style>
span { border-color: #D86ACD; }
span { border-color: rgb(216,106,205); }
td.TdClassName
{
border-color: #D86ACD;
}
.TagClassName
{
border-color: #D86ACD;
}
</style>