Shades of Orchid #D97FCC
Tints of Orchid #D97FCC
RGB
CMYK
RGB Variations
Color information
#D97FCC (or 0xD97FCC) is known color: Orchid. HEX triplet: D9, 7F and CC. RGB value is (217,127,204). Sum of RGB (Red+Green+Blue) = 217+127+204=548 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.60% from 548); Green value is 127 (50% from 255 or 23.18% from 548); Blue value is 204 (80.08% from 255 or 37.23% from 548); Max value from RGB is 217 - color contains mainly: red. Hex color #D97FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97FCC is #268033. Grayscale: #A2A2A2. Windows color (decimal): -2523188 or 13402073. OLE color: 13402073.
HSL color Cylindrical-coordinate representation of color #D97FCC: hue angle of 308.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 #D97FCC is Cyan = 0, Magento = 0.41, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 127 | 204 | - |
| CMYK | 0 | 0.41 | 0.06 | 0.15 |
| HSL | 308.67º | 0.54% | 0.67% | - |
| HSV(B) | 308.67º | 0.41% | 0.85% | - |
| XYZ | 47.1 | 34.29 | 61.26 | - |
| YUV | 162.69 | 151.32 | 166.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 127 | 204 | 0 | 0.41 | 0.06 | 0.15 | 308.67 | 0.54 | 0.67 |
| Hex | D9 | 7F | CC | 0 | 29 | 6 | F | 135 | 36 | 43 |
| Octal | 331 | 177 | 314 | 0 | 51 | 6 | 17 | 465 | 66 | 103 |
| Binary | 11011001 | 1111111 | 11001100 | 0 | 101001 | 110 | 1111 | 100110101 | 110110 | 1000011 |
Color Harmonies of #D97FCC
Complementary color
Monochromatic Colors of #D97FCC
Black with #D97FCC
Text Example
Text Example
White with #D97FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97FCC; }
p { color: rgb(217,127,204); }
H1.HeaderClassName
{
color: #D97FCC;
}
.AnyTagClassName
{
color: #D97FCC;
}
</style>
background-color css
<style>
a { background-color: #D97FCC; }
a { background-color: rgb(217,127,204); }
div.DivClassName
{
background-color: #D97FCC;
}
.BgClassName
{
background-color: #D97FCC;
}
</style>
border-color css
<style>
span { border-color: #D97FCC; }
span { border-color: rgb(217,127,204); }
td.TdClassName
{
border-color: #D97FCC;
}
.TagClassName
{
border-color: #D97FCC;
}
</style>