Shades of Orchid #D97DC2
Tints of Orchid #D97DC2
RGB
CMYK
RGB Variations
Color information
#D97DC2 (or 0xD97DC2) is known color: Orchid. HEX triplet: D9, 7D and C2. RGB value is (217,125,194). Sum of RGB (Red+Green+Blue) = 217+125+194=536 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.49% from 536); Green value is 125 (49.22% from 255 or 23.32% from 536); Blue value is 194 (76.17% from 255 or 36.19% from 536); Max value from RGB is 217 - color contains mainly: red. Hex color #D97DC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97DC2 is #26823D. Grayscale: #A0A0A0. Windows color (decimal): -2523710 or 12746201. OLE color: 12746201.
HSL color Cylindrical-coordinate representation of color #D97DC2: hue angle of 315º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D97DC2 is Cyan = 0, Magento = 0.42, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 125 | 194 | - |
| CMYK | 0 | 0.42 | 0.11 | 0.15 |
| HSL | 315º | 0.55% | 0.67% | - |
| HSV(B) | 315º | 0.42% | 0.85% | - |
| XYZ | 45.69 | 33.31 | 55.06 | - |
| YUV | 160.37 | 146.98 | 168.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 125 | 194 | 0 | 0.42 | 0.11 | 0.15 | 315 | 0.55 | 0.67 |
| Hex | D9 | 7D | C2 | 0 | 2A | B | F | 13B | 37 | 43 |
| Octal | 331 | 175 | 302 | 0 | 52 | 13 | 17 | 473 | 67 | 103 |
| Binary | 11011001 | 1111101 | 11000010 | 0 | 101010 | 1011 | 1111 | 100111011 | 110111 | 1000011 |
Color Harmonies of #D97DC2
Complementary color
Monochromatic Colors of #D97DC2
Black with #D97DC2
Text Example
Text Example
White with #D97DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97DC2; }
p { color: rgb(217,125,194); }
H1.HeaderClassName
{
color: #D97DC2;
}
.AnyTagClassName
{
color: #D97DC2;
}
</style>
background-color css
<style>
a { background-color: #D97DC2; }
a { background-color: rgb(217,125,194); }
div.DivClassName
{
background-color: #D97DC2;
}
.BgClassName
{
background-color: #D97DC2;
}
</style>
border-color css
<style>
span { border-color: #D97DC2; }
span { border-color: rgb(217,125,194); }
td.TdClassName
{
border-color: #D97DC2;
}
.TagClassName
{
border-color: #D97DC2;
}
</style>