Shades of Orchid #D989CF
Tints of Orchid #D989CF
RGB
CMYK
RGB Variations
Color information
#D989CF (or 0xD989CF) is known color: Orchid. HEX triplet: D9, 89 and CF. RGB value is (217,137,207). Sum of RGB (Red+Green+Blue) = 217+137+207=561 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.68% from 561); Green value is 137 (53.91% from 255 or 24.42% from 561); Blue value is 207 (81.25% from 255 or 36.90% from 561); Max value from RGB is 217 - color contains mainly: red. Hex color #D989CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D989CF is #267630. Grayscale: #A8A8A8. Windows color (decimal): -2520625 or 13601241. OLE color: 13601241.
HSL color Cylindrical-coordinate representation of color #D989CF: hue angle of 307.5º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D989CF is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 137 | 207 | - |
| CMYK | 0 | 0.37 | 0.05 | 0.15 |
| HSL | 307.5º | 0.51% | 0.69% | - |
| HSV(B) | 307.5º | 0.37% | 0.85% | - |
| XYZ | 48.82 | 37.15 | 63.63 | - |
| YUV | 168.9 | 149.5 | 162.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 137 | 207 | 0 | 0.37 | 0.05 | 0.15 | 307.5 | 0.51 | 0.69 |
| Hex | D9 | 89 | CF | 0 | 25 | 5 | F | 134 | 33 | 45 |
| Octal | 331 | 211 | 317 | 0 | 45 | 5 | 17 | 464 | 63 | 105 |
| Binary | 11011001 | 10001001 | 11001111 | 0 | 100101 | 101 | 1111 | 100110100 | 110011 | 1000101 |
Color Harmonies of #D989CF
Complementary color
Monochromatic Colors of #D989CF
Black with #D989CF
Text Example
Text Example
White with #D989CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D989CF; }
p { color: rgb(217,137,207); }
H1.HeaderClassName
{
color: #D989CF;
}
.AnyTagClassName
{
color: #D989CF;
}
</style>
background-color css
<style>
a { background-color: #D989CF; }
a { background-color: rgb(217,137,207); }
div.DivClassName
{
background-color: #D989CF;
}
.BgClassName
{
background-color: #D989CF;
}
</style>
border-color css
<style>
span { border-color: #D989CF; }
span { border-color: rgb(217,137,207); }
td.TdClassName
{
border-color: #D989CF;
}
.TagClassName
{
border-color: #D989CF;
}
</style>