Shades of Orchid #D86FCF
Tints of Orchid #D86FCF
RGB
CMYK
RGB Variations
Color information
#D86FCF (or 0xD86FCF) is known color: Orchid. HEX triplet: D8, 6F and CF. RGB value is (216,111,207). Sum of RGB (Red+Green+Blue) = 216+111+207=534 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.45% from 534); Green value is 111 (43.75% from 255 or 20.79% from 534); Blue value is 207 (81.25% from 255 or 38.76% from 534); Max value from RGB is 216 - color contains mainly: red. Hex color #D86FCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86FCF is #279030. Grayscale: #999999. Windows color (decimal): -2592817 or 13594584. OLE color: 13594584.
HSL color Cylindrical-coordinate representation of color #D86FCF: hue angle of 305.14º degrees, saturation: 0.57, 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 #D86FCF is Cyan = 0, Magento = 0.49, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 111 | 207 | - |
| CMYK | 0 | 0.49 | 0.04 | 0.15 |
| HSL | 305.14º | 0.57% | 0.64% | - |
| HSV(B) | 305.14º | 0.49% | 0.85% | - |
| XYZ | 45.27 | 30.47 | 62.53 | - |
| YUV | 153.34 | 158.29 | 172.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 111 | 207 | 0 | 0.49 | 0.04 | 0.15 | 305.14 | 0.57 | 0.64 |
| Hex | D8 | 6F | CF | 0 | 31 | 4 | F | 131 | 39 | 40 |
| Octal | 330 | 157 | 317 | 0 | 61 | 4 | 17 | 461 | 71 | 100 |
| Binary | 11011000 | 1101111 | 11001111 | 0 | 110001 | 100 | 1111 | 100110001 | 111001 | 1000000 |
Color Harmonies of #D86FCF
Complementary color
Monochromatic Colors of #D86FCF
Black with #D86FCF
Text Example
Text Example
White with #D86FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86FCF; }
p { color: rgb(216,111,207); }
H1.HeaderClassName
{
color: #D86FCF;
}
.AnyTagClassName
{
color: #D86FCF;
}
</style>
background-color css
<style>
a { background-color: #D86FCF; }
a { background-color: rgb(216,111,207); }
div.DivClassName
{
background-color: #D86FCF;
}
.BgClassName
{
background-color: #D86FCF;
}
</style>
border-color css
<style>
span { border-color: #D86FCF; }
span { border-color: rgb(216,111,207); }
td.TdClassName
{
border-color: #D86FCF;
}
.TagClassName
{
border-color: #D86FCF;
}
</style>