Shades of Orchid #D86CCA
Tints of Orchid #D86CCA
RGB
CMYK
RGB Variations
Color information
#D86CCA (or 0xD86CCA) is known color: Orchid. HEX triplet: D8, 6C and CA. RGB value is (216,108,202). Sum of RGB (Red+Green+Blue) = 216+108+202=526 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.06% from 526); Green value is 108 (42.58% from 255 or 20.53% from 526); Blue value is 202 (79.30% from 255 or 38.40% from 526); Max value from RGB is 216 - color contains mainly: red. Hex color #D86CCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86CCA is #279335. Grayscale: #969696. Windows color (decimal): -2593590 or 13266136. OLE color: 13266136.
HSL color Cylindrical-coordinate representation of color #D86CCA: hue angle of 307.78º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D86CCA is Cyan = 0, Magento = 0.50, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 108 | 202 | - |
| CMYK | 0 | 0.50 | 0.06 | 0.15 |
| HSL | 307.78º | 0.58% | 0.64% | - |
| HSV(B) | 307.78º | 0.5% | 0.85% | - |
| XYZ | 44.34 | 29.59 | 59.25 | - |
| YUV | 151.01 | 156.78 | 174.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 108 | 202 | 0 | 0.50 | 0.06 | 0.15 | 307.78 | 0.58 | 0.64 |
| Hex | D8 | 6C | CA | 0 | 32 | 6 | F | 134 | 3A | 40 |
| Octal | 330 | 154 | 312 | 0 | 62 | 6 | 17 | 464 | 72 | 100 |
| Binary | 11011000 | 1101100 | 11001010 | 0 | 110010 | 110 | 1111 | 100110100 | 111010 | 1000000 |
Color Harmonies of #D86CCA
Complementary color
Monochromatic Colors of #D86CCA
Black with #D86CCA
Text Example
Text Example
White with #D86CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86CCA; }
p { color: rgb(216,108,202); }
H1.HeaderClassName
{
color: #D86CCA;
}
.AnyTagClassName
{
color: #D86CCA;
}
</style>
background-color css
<style>
a { background-color: #D86CCA; }
a { background-color: rgb(216,108,202); }
div.DivClassName
{
background-color: #D86CCA;
}
.BgClassName
{
background-color: #D86CCA;
}
</style>
border-color css
<style>
span { border-color: #D86CCA; }
span { border-color: rgb(216,108,202); }
td.TdClassName
{
border-color: #D86CCA;
}
.TagClassName
{
border-color: #D86CCA;
}
</style>