Shades of Orchid #D86FCC
Tints of Orchid #D86FCC
RGB
CMYK
RGB Variations
Color information
#D86FCC (or 0xD86FCC) is known color: Orchid. HEX triplet: D8, 6F and CC. RGB value is (216,111,204). Sum of RGB (Red+Green+Blue) = 216+111+204=531 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.68% from 531); Green value is 111 (43.75% from 255 or 20.90% from 531); Blue value is 204 (80.08% from 255 or 38.42% from 531); Max value from RGB is 216 - color contains mainly: red. Hex color #D86FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86FCC is #279033. Grayscale: #989898. Windows color (decimal): -2592820 or 13397976. OLE color: 13397976.
HSL color Cylindrical-coordinate representation of color #D86FCC: hue angle of 306.86º 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 #D86FCC is Cyan = 0, Magento = 0.49, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 111 | 204 | - |
| CMYK | 0 | 0.49 | 0.06 | 0.15 |
| HSL | 306.86º | 0.57% | 0.64% | - |
| HSV(B) | 306.86º | 0.49% | 0.85% | - |
| XYZ | 44.9 | 30.33 | 60.61 | - |
| YUV | 153 | 156.79 | 172.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 111 | 204 | 0 | 0.49 | 0.06 | 0.15 | 306.86 | 0.57 | 0.64 |
| Hex | D8 | 6F | CC | 0 | 31 | 6 | F | 133 | 39 | 40 |
| Octal | 330 | 157 | 314 | 0 | 61 | 6 | 17 | 463 | 71 | 100 |
| Binary | 11011000 | 1101111 | 11001100 | 0 | 110001 | 110 | 1111 | 100110011 | 111001 | 1000000 |
Color Harmonies of #D86FCC
Complementary color
Monochromatic Colors of #D86FCC
Black with #D86FCC
Text Example
Text Example
White with #D86FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86FCC; }
p { color: rgb(216,111,204); }
H1.HeaderClassName
{
color: #D86FCC;
}
.AnyTagClassName
{
color: #D86FCC;
}
</style>
background-color css
<style>
a { background-color: #D86FCC; }
a { background-color: rgb(216,111,204); }
div.DivClassName
{
background-color: #D86FCC;
}
.BgClassName
{
background-color: #D86FCC;
}
</style>
border-color css
<style>
span { border-color: #D86FCC; }
span { border-color: rgb(216,111,204); }
td.TdClassName
{
border-color: #D86FCC;
}
.TagClassName
{
border-color: #D86FCC;
}
</style>