Shades of Orchid #D97BD3
Tints of Orchid #D97BD3
RGB
CMYK
RGB Variations
Color information
#D97BD3 (or 0xD97BD3) is known color: Orchid. HEX triplet: D9, 7B and D3. RGB value is (217,123,211). Sum of RGB (Red+Green+Blue) = 217+123+211=551 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.38% from 551); Green value is 123 (48.44% from 255 or 22.32% from 551); Blue value is 211 (82.81% from 255 or 38.29% from 551); Max value from RGB is 217 - color contains mainly: red. Hex color #D97BD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97BD3 is #26842C. Grayscale: #A0A0A0. Windows color (decimal): -2524205 or 13859801. OLE color: 13859801.
HSL color Cylindrical-coordinate representation of color #D97BD3: hue angle of 303.83º 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 #D97BD3 is Cyan = 0, Magento = 0.43, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 123 | 211 | - |
| CMYK | 0 | 0.43 | 0.03 | 0.15 |
| HSL | 303.83º | 0.55% | 0.67% | - |
| HSV(B) | 303.83º | 0.43% | 0.85% | - |
| XYZ | 47.46 | 33.62 | 65.62 | - |
| YUV | 161.14 | 156.14 | 167.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 123 | 211 | 0 | 0.43 | 0.03 | 0.15 | 303.83 | 0.55 | 0.67 |
| Hex | D9 | 7B | D3 | 0 | 2B | 3 | F | 130 | 37 | 43 |
| Octal | 331 | 173 | 323 | 0 | 53 | 3 | 17 | 460 | 67 | 103 |
| Binary | 11011001 | 1111011 | 11010011 | 0 | 101011 | 11 | 1111 | 100110000 | 110111 | 1000011 |
Color Harmonies of #D97BD3
Complementary color
Monochromatic Colors of #D97BD3
Black with #D97BD3
Text Example
Text Example
White with #D97BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97BD3; }
p { color: rgb(217,123,211); }
H1.HeaderClassName
{
color: #D97BD3;
}
.AnyTagClassName
{
color: #D97BD3;
}
</style>
background-color css
<style>
a { background-color: #D97BD3; }
a { background-color: rgb(217,123,211); }
div.DivClassName
{
background-color: #D97BD3;
}
.BgClassName
{
background-color: #D97BD3;
}
</style>
border-color css
<style>
span { border-color: #D97BD3; }
span { border-color: rgb(217,123,211); }
td.TdClassName
{
border-color: #D97BD3;
}
.TagClassName
{
border-color: #D97BD3;
}
</style>