Shades of Orchid #D97FC0
Tints of Orchid #D97FC0
RGB
CMYK
RGB Variations
Color information
#D97FC0 (or 0xD97FC0) is known color: Orchid. HEX triplet: D9, 7F and C0. RGB value is (217,127,192). Sum of RGB (Red+Green+Blue) = 217+127+192=536 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.49% from 536); Green value is 127 (50% from 255 or 23.69% from 536); Blue value is 192 (75.39% from 255 or 35.82% from 536); Max value from RGB is 217 - color contains mainly: red. Hex color #D97FC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97FC0 is #26803F. Grayscale: #A1A1A1. Windows color (decimal): -2523200 or 12615641. OLE color: 12615641.
HSL color Cylindrical-coordinate representation of color #D97FC0: hue angle of 316.67º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D97FC0 is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 127 | 192 | - |
| CMYK | 0 | 0.41 | 0.12 | 0.15 |
| HSL | 316.67º | 0.54% | 0.67% | - |
| HSV(B) | 316.67º | 0.41% | 0.85% | - |
| XYZ | 45.72 | 33.74 | 53.97 | - |
| YUV | 161.32 | 145.32 | 167.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 127 | 192 | 0 | 0.41 | 0.12 | 0.15 | 316.67 | 0.54 | 0.67 |
| Hex | D9 | 7F | C0 | 0 | 29 | C | F | 13D | 36 | 43 |
| Octal | 331 | 177 | 300 | 0 | 51 | 14 | 17 | 475 | 66 | 103 |
| Binary | 11011001 | 1111111 | 11000000 | 0 | 101001 | 1100 | 1111 | 100111101 | 110110 | 1000011 |
Color Harmonies of #D97FC0
Complementary color
Monochromatic Colors of #D97FC0
Black with #D97FC0
Text Example
Text Example
White with #D97FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97FC0; }
p { color: rgb(217,127,192); }
H1.HeaderClassName
{
color: #D97FC0;
}
.AnyTagClassName
{
color: #D97FC0;
}
</style>
background-color css
<style>
a { background-color: #D97FC0; }
a { background-color: rgb(217,127,192); }
div.DivClassName
{
background-color: #D97FC0;
}
.BgClassName
{
background-color: #D97FC0;
}
</style>
border-color css
<style>
span { border-color: #D97FC0; }
span { border-color: rgb(217,127,192); }
td.TdClassName
{
border-color: #D97FC0;
}
.TagClassName
{
border-color: #D97FC0;
}
</style>