Shades of Orchid #D97BC2
Tints of Orchid #D97BC2
RGB
CMYK
RGB Variations
Color information
#D97BC2 (or 0xD97BC2) is known color: Orchid. HEX triplet: D9, 7B and C2. RGB value is (217,123,194). Sum of RGB (Red+Green+Blue) = 217+123+194=534 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.64% from 534); Green value is 123 (48.44% from 255 or 23.03% from 534); Blue value is 194 (76.17% from 255 or 36.33% from 534); Max value from RGB is 217 - color contains mainly: red. Hex color #D97BC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97BC2 is #26843D. Grayscale: #9F9F9F. Windows color (decimal): -2524222 or 12745689. OLE color: 12745689.
HSL color Cylindrical-coordinate representation of color #D97BC2: hue angle of 314.68º 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 #D97BC2 is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 123 | 194 | - |
| CMYK | 0 | 0.43 | 0.11 | 0.15 |
| HSL | 314.68º | 0.55% | 0.67% | - |
| HSV(B) | 314.68º | 0.43% | 0.85% | - |
| XYZ | 45.44 | 32.81 | 54.98 | - |
| YUV | 159.2 | 147.64 | 169.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 123 | 194 | 0 | 0.43 | 0.11 | 0.15 | 314.68 | 0.55 | 0.67 |
| Hex | D9 | 7B | C2 | 0 | 2B | B | F | 13B | 37 | 43 |
| Octal | 331 | 173 | 302 | 0 | 53 | 13 | 17 | 473 | 67 | 103 |
| Binary | 11011001 | 1111011 | 11000010 | 0 | 101011 | 1011 | 1111 | 100111011 | 110111 | 1000011 |
Color Harmonies of #D97BC2
Complementary color
Monochromatic Colors of #D97BC2
Black with #D97BC2
Text Example
Text Example
White with #D97BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97BC2; }
p { color: rgb(217,123,194); }
H1.HeaderClassName
{
color: #D97BC2;
}
.AnyTagClassName
{
color: #D97BC2;
}
</style>
background-color css
<style>
a { background-color: #D97BC2; }
a { background-color: rgb(217,123,194); }
div.DivClassName
{
background-color: #D97BC2;
}
.BgClassName
{
background-color: #D97BC2;
}
</style>
border-color css
<style>
span { border-color: #D97BC2; }
span { border-color: rgb(217,123,194); }
td.TdClassName
{
border-color: #D97BC2;
}
.TagClassName
{
border-color: #D97BC2;
}
</style>