Shades of Orchid #D985C5
Tints of Orchid #D985C5
RGB
CMYK
RGB Variations
Color information
#D985C5 (or 0xD985C5) is known color: Orchid. HEX triplet: D9, 85 and C5. RGB value is (217,133,197). Sum of RGB (Red+Green+Blue) = 217+133+197=547 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.67% from 547); Green value is 133 (52.34% from 255 or 24.31% from 547); Blue value is 197 (77.34% from 255 or 36.01% from 547); Max value from RGB is 217 - color contains mainly: red. Hex color #D985C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D985C5 is #267A3A. Grayscale: #A5A5A5. Windows color (decimal): -2521659 or 12944857. OLE color: 12944857.
HSL color Cylindrical-coordinate representation of color #D985C5: hue angle of 314.29º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D985C5 is Cyan = 0, Magento = 0.39, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 133 | 197 | - |
| CMYK | 0 | 0.39 | 0.09 | 0.15 |
| HSL | 314.29º | 0.53% | 0.69% | - |
| HSV(B) | 314.29º | 0.39% | 0.85% | - |
| XYZ | 47.08 | 35.56 | 57.21 | - |
| YUV | 165.41 | 145.83 | 164.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 133 | 197 | 0 | 0.39 | 0.09 | 0.15 | 314.29 | 0.53 | 0.69 |
| Hex | D9 | 85 | C5 | 0 | 27 | 9 | F | 13A | 34 | 45 |
| Octal | 331 | 205 | 305 | 0 | 47 | 11 | 17 | 472 | 64 | 105 |
| Binary | 11011001 | 10000101 | 11000101 | 0 | 100111 | 1001 | 1111 | 100111010 | 110100 | 1000101 |
Color Harmonies of #D985C5
Complementary color
Monochromatic Colors of #D985C5
Black with #D985C5
Text Example
Text Example
White with #D985C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D985C5; }
p { color: rgb(217,133,197); }
H1.HeaderClassName
{
color: #D985C5;
}
.AnyTagClassName
{
color: #D985C5;
}
</style>
background-color css
<style>
a { background-color: #D985C5; }
a { background-color: rgb(217,133,197); }
div.DivClassName
{
background-color: #D985C5;
}
.BgClassName
{
background-color: #D985C5;
}
</style>
border-color css
<style>
span { border-color: #D985C5; }
span { border-color: rgb(217,133,197); }
td.TdClassName
{
border-color: #D985C5;
}
.TagClassName
{
border-color: #D985C5;
}
</style>