Shades of Orchid #D97BDF
Tints of Orchid #D97BDF
RGB
CMYK
RGB Variations
Color information
#D97BDF (or 0xD97BDF) is known color: Orchid. HEX triplet: D9, 7B and DF. RGB value is (217,123,223). Sum of RGB (Red+Green+Blue) = 217+123+223=563 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.54% from 563); Green value is 123 (48.44% from 255 or 21.85% from 563); Blue value is 223 (87.5% from 255 or 39.61% from 563); Max value from RGB is 223 - color contains mainly: blue. Hex color #D97BDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97BDF is #268420. Grayscale: #A2A2A2. Windows color (decimal): -2524193 or 14646233. OLE color: 14646233.
HSL color Cylindrical-coordinate representation of color #D97BDF: hue angle of 296.4º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D97BDF is Cyan = 0.03, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 123 | 223 | - |
| CMYK | 0.03 | 0.45 | 0 | 0.13 |
| HSL | 296.4º | 0.61% | 0.68% | - |
| HSV(B) | 296.4º | 0.45% | 0.87% | - |
| XYZ | 49.02 | 34.25 | 73.84 | - |
| YUV | 162.51 | 162.14 | 166.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 123 | 223 | 0.03 | 0.45 | 0 | 0.13 | 296.4 | 0.61 | 0.68 |
| Hex | D9 | 7B | DF | 3 | 2D | 0 | D | 128 | 3D | 44 |
| Octal | 331 | 173 | 337 | 3 | 55 | 0 | 15 | 450 | 75 | 104 |
| Binary | 11011001 | 1111011 | 11011111 | 11 | 101101 | 0 | 1101 | 100101000 | 111101 | 1000100 |
Color Harmonies of #D97BDF
Complementary color
Monochromatic Colors of #D97BDF
Black with #D97BDF
Text Example
Text Example
White with #D97BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97BDF; }
p { color: rgb(217,123,223); }
H1.HeaderClassName
{
color: #D97BDF;
}
.AnyTagClassName
{
color: #D97BDF;
}
</style>
background-color css
<style>
a { background-color: #D97BDF; }
a { background-color: rgb(217,123,223); }
div.DivClassName
{
background-color: #D97BDF;
}
.BgClassName
{
background-color: #D97BDF;
}
</style>
border-color css
<style>
span { border-color: #D97BDF; }
span { border-color: rgb(217,123,223); }
td.TdClassName
{
border-color: #D97BDF;
}
.TagClassName
{
border-color: #D97BDF;
}
</style>