Shades of Orchid #D97FD2
Tints of Orchid #D97FD2
RGB
CMYK
RGB Variations
Color information
#D97FD2 (or 0xD97FD2) is known color: Orchid. HEX triplet: D9, 7F and D2. RGB value is (217,127,210). Sum of RGB (Red+Green+Blue) = 217+127+210=554 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.17% from 554); Green value is 127 (50% from 255 or 22.92% from 554); Blue value is 210 (82.42% from 255 or 37.91% from 554); Max value from RGB is 217 - color contains mainly: red. Hex color #D97FD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97FD2 is #26802D. Grayscale: #A3A3A3. Windows color (decimal): -2523182 or 13795289. OLE color: 13795289.
HSL color Cylindrical-coordinate representation of color #D97FD2: hue angle of 304.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 #D97FD2 is Cyan = 0, Magento = 0.41, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 127 | 210 | - |
| CMYK | 0 | 0.41 | 0.03 | 0.15 |
| HSL | 304.67º | 0.54% | 0.67% | - |
| HSV(B) | 304.67º | 0.41% | 0.85% | - |
| XYZ | 47.84 | 34.58 | 65.13 | - |
| YUV | 163.37 | 154.32 | 166.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 127 | 210 | 0 | 0.41 | 0.03 | 0.15 | 304.67 | 0.54 | 0.67 |
| Hex | D9 | 7F | D2 | 0 | 29 | 3 | F | 131 | 36 | 43 |
| Octal | 331 | 177 | 322 | 0 | 51 | 3 | 17 | 461 | 66 | 103 |
| Binary | 11011001 | 1111111 | 11010010 | 0 | 101001 | 11 | 1111 | 100110001 | 110110 | 1000011 |
Color Harmonies of #D97FD2
Complementary color
Monochromatic Colors of #D97FD2
Black with #D97FD2
Text Example
Text Example
White with #D97FD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97FD2; }
p { color: rgb(217,127,210); }
H1.HeaderClassName
{
color: #D97FD2;
}
.AnyTagClassName
{
color: #D97FD2;
}
</style>
background-color css
<style>
a { background-color: #D97FD2; }
a { background-color: rgb(217,127,210); }
div.DivClassName
{
background-color: #D97FD2;
}
.BgClassName
{
background-color: #D97FD2;
}
</style>
border-color css
<style>
span { border-color: #D97FD2; }
span { border-color: rgb(217,127,210); }
td.TdClassName
{
border-color: #D97FD2;
}
.TagClassName
{
border-color: #D97FD2;
}
</style>