Shades of Orchid #D985DA
Tints of Orchid #D985DA
RGB
CMYK
RGB Variations
Color information
#D985DA (or 0xD985DA) is known color: Orchid. HEX triplet: D9, 85 and DA. RGB value is (217,133,218). Sum of RGB (Red+Green+Blue) = 217+133+218=568 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.20% from 568); Green value is 133 (52.34% from 255 or 23.42% from 568); Blue value is 218 (85.55% from 255 or 38.38% from 568); Max value from RGB is 218 - color contains mainly: blue. Hex color #D985DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D985DA is #267A25. Grayscale: #A7A7A7. Windows color (decimal): -2521638 or 14321113. OLE color: 14321113.
HSL color Cylindrical-coordinate representation of color #D985DA: hue angle of 299.29º degrees, saturation: 0.53, 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 #D985DA is Cyan = 0.00, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 133 | 218 | - |
| CMYK | 0.00 | 0.39 | 0 | 0.15 |
| HSL | 299.29º | 0.53% | 0.69% | - |
| HSV(B) | 299.29º | 0.39% | 0.85% | - |
| XYZ | 49.66 | 36.59 | 70.77 | - |
| YUV | 167.81 | 156.33 | 163.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 133 | 218 | 0.00 | 0.39 | 0 | 0.15 | 299.29 | 0.53 | 0.69 |
| Hex | D9 | 85 | DA | 0 | 27 | 0 | F | 12B | 35 | 45 |
| Octal | 331 | 205 | 332 | 0 | 47 | 0 | 17 | 453 | 65 | 105 |
| Binary | 11011001 | 10000101 | 11011010 | 0 | 100111 | 0 | 1111 | 100101011 | 110101 | 1000101 |
Color Harmonies of #D985DA
Complementary color
Monochromatic Colors of #D985DA
Black with #D985DA
Text Example
Text Example
White with #D985DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D985DA; }
p { color: rgb(217,133,218); }
H1.HeaderClassName
{
color: #D985DA;
}
.AnyTagClassName
{
color: #D985DA;
}
</style>
background-color css
<style>
a { background-color: #D985DA; }
a { background-color: rgb(217,133,218); }
div.DivClassName
{
background-color: #D985DA;
}
.BgClassName
{
background-color: #D985DA;
}
</style>
border-color css
<style>
span { border-color: #D985DA; }
span { border-color: rgb(217,133,218); }
td.TdClassName
{
border-color: #D985DA;
}
.TagClassName
{
border-color: #D985DA;
}
</style>