Shades of Orchid #D86ECF
Tints of Orchid #D86ECF
RGB
CMYK
RGB Variations
Color information
#D86ECF (or 0xD86ECF) is known color: Orchid. HEX triplet: D8, 6E and CF. RGB value is (216,110,207). Sum of RGB (Red+Green+Blue) = 216+110+207=533 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.53% from 533); Green value is 110 (43.36% from 255 or 20.64% from 533); Blue value is 207 (81.25% from 255 or 38.84% from 533); Max value from RGB is 216 - color contains mainly: red. Hex color #D86ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86ECF is #279130. Grayscale: #989898. Windows color (decimal): -2593073 or 13594328. OLE color: 13594328.
HSL color Cylindrical-coordinate representation of color #D86ECF: hue angle of 305.09º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D86ECF is Cyan = 0, Magento = 0.49, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 110 | 207 | - |
| CMYK | 0 | 0.49 | 0.04 | 0.15 |
| HSL | 305.09º | 0.58% | 0.64% | - |
| HSV(B) | 305.09º | 0.49% | 0.85% | - |
| XYZ | 45.16 | 30.26 | 62.49 | - |
| YUV | 152.75 | 158.62 | 173.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 110 | 207 | 0 | 0.49 | 0.04 | 0.15 | 305.09 | 0.58 | 0.64 |
| Hex | D8 | 6E | CF | 0 | 31 | 4 | F | 131 | 3A | 40 |
| Octal | 330 | 156 | 317 | 0 | 61 | 4 | 17 | 461 | 72 | 100 |
| Binary | 11011000 | 1101110 | 11001111 | 0 | 110001 | 100 | 1111 | 100110001 | 111010 | 1000000 |
Color Harmonies of #D86ECF
Complementary color
Monochromatic Colors of #D86ECF
Black with #D86ECF
Text Example
Text Example
White with #D86ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86ECF; }
p { color: rgb(216,110,207); }
H1.HeaderClassName
{
color: #D86ECF;
}
.AnyTagClassName
{
color: #D86ECF;
}
</style>
background-color css
<style>
a { background-color: #D86ECF; }
a { background-color: rgb(216,110,207); }
div.DivClassName
{
background-color: #D86ECF;
}
.BgClassName
{
background-color: #D86ECF;
}
</style>
border-color css
<style>
span { border-color: #D86ECF; }
span { border-color: rgb(216,110,207); }
td.TdClassName
{
border-color: #D86ECF;
}
.TagClassName
{
border-color: #D86ECF;
}
</style>