Shades of Orchid #D97BCD
Tints of Orchid #D97BCD
RGB
CMYK
RGB Variations
Color information
#D97BCD (or 0xD97BCD) is known color: Orchid. HEX triplet: D9, 7B and CD. RGB value is (217,123,205). Sum of RGB (Red+Green+Blue) = 217+123+205=545 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.82% from 545); Green value is 123 (48.44% from 255 or 22.57% from 545); Blue value is 205 (80.47% from 255 or 37.61% from 545); Max value from RGB is 217 - color contains mainly: red. Hex color #D97BCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97BCD is #268432. Grayscale: #A0A0A0. Windows color (decimal): -2524211 or 13466585. OLE color: 13466585.
HSL color Cylindrical-coordinate representation of color #D97BCD: hue angle of 307.66º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D97BCD is Cyan = 0, Magento = 0.43, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 123 | 205 | - |
| CMYK | 0 | 0.43 | 0.06 | 0.15 |
| HSL | 307.66º | 0.55% | 0.67% | - |
| HSV(B) | 307.66º | 0.43% | 0.85% | - |
| XYZ | 46.72 | 33.33 | 61.73 | - |
| YUV | 160.45 | 153.14 | 168.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 123 | 205 | 0 | 0.43 | 0.06 | 0.15 | 307.66 | 0.55 | 0.67 |
| Hex | D9 | 7B | CD | 0 | 2B | 6 | F | 134 | 37 | 43 |
| Octal | 331 | 173 | 315 | 0 | 53 | 6 | 17 | 464 | 67 | 103 |
| Binary | 11011001 | 1111011 | 11001101 | 0 | 101011 | 110 | 1111 | 100110100 | 110111 | 1000011 |
Color Harmonies of #D97BCD
Complementary color
Monochromatic Colors of #D97BCD
Black with #D97BCD
Text Example
Text Example
White with #D97BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97BCD; }
p { color: rgb(217,123,205); }
H1.HeaderClassName
{
color: #D97BCD;
}
.AnyTagClassName
{
color: #D97BCD;
}
</style>
background-color css
<style>
a { background-color: #D97BCD; }
a { background-color: rgb(217,123,205); }
div.DivClassName
{
background-color: #D97BCD;
}
.BgClassName
{
background-color: #D97BCD;
}
</style>
border-color css
<style>
span { border-color: #D97BCD; }
span { border-color: rgb(217,123,205); }
td.TdClassName
{
border-color: #D97BCD;
}
.TagClassName
{
border-color: #D97BCD;
}
</style>