Shades of Orchid #D986CC
Tints of Orchid #D986CC
RGB
CMYK
RGB Variations
Color information
#D986CC (or 0xD986CC) is known color: Orchid. HEX triplet: D9, 86 and CC. RGB value is (217,134,204). Sum of RGB (Red+Green+Blue) = 217+134+204=555 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.10% from 555); Green value is 134 (52.73% from 255 or 24.14% from 555); Blue value is 204 (80.08% from 255 or 36.76% from 555); Max value from RGB is 217 - color contains mainly: red. Hex color #D986CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D986CC is #267933. Grayscale: #A6A6A6. Windows color (decimal): -2521396 or 13403865. OLE color: 13403865.
HSL color Cylindrical-coordinate representation of color #D986CC: hue angle of 309.4º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D986CC is Cyan = 0, Magento = 0.38, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 134 | 204 | - |
| CMYK | 0 | 0.38 | 0.06 | 0.15 |
| HSL | 309.4º | 0.52% | 0.69% | - |
| HSV(B) | 309.4º | 0.38% | 0.85% | - |
| XYZ | 48.04 | 36.16 | 61.57 | - |
| YUV | 166.8 | 149 | 163.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 134 | 204 | 0 | 0.38 | 0.06 | 0.15 | 309.4 | 0.52 | 0.69 |
| Hex | D9 | 86 | CC | 0 | 26 | 6 | F | 135 | 34 | 45 |
| Octal | 331 | 206 | 314 | 0 | 46 | 6 | 17 | 465 | 64 | 105 |
| Binary | 11011001 | 10000110 | 11001100 | 0 | 100110 | 110 | 1111 | 100110101 | 110100 | 1000101 |
Color Harmonies of #D986CC
Complementary color
Monochromatic Colors of #D986CC
Black with #D986CC
Text Example
Text Example
White with #D986CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D986CC; }
p { color: rgb(217,134,204); }
H1.HeaderClassName
{
color: #D986CC;
}
.AnyTagClassName
{
color: #D986CC;
}
</style>
background-color css
<style>
a { background-color: #D986CC; }
a { background-color: rgb(217,134,204); }
div.DivClassName
{
background-color: #D986CC;
}
.BgClassName
{
background-color: #D986CC;
}
</style>
border-color css
<style>
span { border-color: #D986CC; }
span { border-color: rgb(217,134,204); }
td.TdClassName
{
border-color: #D986CC;
}
.TagClassName
{
border-color: #D986CC;
}
</style>