Shades of Orchid #D97BCE
Tints of Orchid #D97BCE
RGB
CMYK
RGB Variations
Color information
#D97BCE (or 0xD97BCE) is known color: Orchid. HEX triplet: D9, 7B and CE. RGB value is (217,123,206). Sum of RGB (Red+Green+Blue) = 217+123+206=546 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.74% from 546); Green value is 123 (48.44% from 255 or 22.53% from 546); Blue value is 206 (80.86% from 255 or 37.73% from 546); Max value from RGB is 217 - color contains mainly: red. Hex color #D97BCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97BCE is #268431. Grayscale: #A0A0A0. Windows color (decimal): -2524210 or 13532121. OLE color: 13532121.
HSL color Cylindrical-coordinate representation of color #D97BCE: hue angle of 307.02º 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 #D97BCE is Cyan = 0, Magento = 0.43, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 123 | 206 | - |
| CMYK | 0 | 0.43 | 0.05 | 0.15 |
| HSL | 307.02º | 0.55% | 0.67% | - |
| HSV(B) | 307.02º | 0.43% | 0.85% | - |
| XYZ | 46.84 | 33.37 | 62.37 | - |
| YUV | 160.57 | 153.64 | 168.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 123 | 206 | 0 | 0.43 | 0.05 | 0.15 | 307.02 | 0.55 | 0.67 |
| Hex | D9 | 7B | CE | 0 | 2B | 5 | F | 133 | 37 | 43 |
| Octal | 331 | 173 | 316 | 0 | 53 | 5 | 17 | 463 | 67 | 103 |
| Binary | 11011001 | 1111011 | 11001110 | 0 | 101011 | 101 | 1111 | 100110011 | 110111 | 1000011 |
Color Harmonies of #D97BCE
Complementary color
Monochromatic Colors of #D97BCE
Black with #D97BCE
Text Example
Text Example
White with #D97BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97BCE; }
p { color: rgb(217,123,206); }
H1.HeaderClassName
{
color: #D97BCE;
}
.AnyTagClassName
{
color: #D97BCE;
}
</style>
background-color css
<style>
a { background-color: #D97BCE; }
a { background-color: rgb(217,123,206); }
div.DivClassName
{
background-color: #D97BCE;
}
.BgClassName
{
background-color: #D97BCE;
}
</style>
border-color css
<style>
span { border-color: #D97BCE; }
span { border-color: rgb(217,123,206); }
td.TdClassName
{
border-color: #D97BCE;
}
.TagClassName
{
border-color: #D97BCE;
}
</style>