Shades of Orchid #D97CDC
Tints of Orchid #D97CDC
RGB
CMYK
RGB Variations
Color information
#D97CDC (or 0xD97CDC) is known color: Orchid. HEX triplet: D9, 7C and DC. RGB value is (217,124,220). Sum of RGB (Red+Green+Blue) = 217+124+220=561 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.68% from 561); Green value is 124 (48.83% from 255 or 22.10% from 561); Blue value is 220 (86.33% from 255 or 39.22% from 561); Max value from RGB is 220 - color contains mainly: blue. Hex color #D97CDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97CDC is #268323. Grayscale: #A2A2A2. Windows color (decimal): -2523940 or 14449881. OLE color: 14449881.
HSL color Cylindrical-coordinate representation of color #D97CDC: hue angle of 298.12º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D97CDC is Cyan = 0.01, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 124 | 220 | - |
| CMYK | 0.01 | 0.44 | 0 | 0.14 |
| HSL | 298.13º | 0.58% | 0.67% | - |
| HSV(B) | 298.13º | 0.44% | 0.86% | - |
| XYZ | 48.74 | 34.33 | 71.77 | - |
| YUV | 162.75 | 160.31 | 166.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 124 | 220 | 0.01 | 0.44 | 0 | 0.14 | 298.13 | 0.58 | 0.67 |
| Hex | D9 | 7C | DC | 1 | 2C | 0 | E | 12A | 3A | 43 |
| Octal | 331 | 174 | 334 | 1 | 54 | 0 | 16 | 452 | 72 | 103 |
| Binary | 11011001 | 1111100 | 11011100 | 1 | 101100 | 0 | 1110 | 100101010 | 111010 | 1000011 |
Color Harmonies of #D97CDC
Complementary color
Monochromatic Colors of #D97CDC
Black with #D97CDC
Text Example
Text Example
White with #D97CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97CDC; }
p { color: rgb(217,124,220); }
H1.HeaderClassName
{
color: #D97CDC;
}
.AnyTagClassName
{
color: #D97CDC;
}
</style>
background-color css
<style>
a { background-color: #D97CDC; }
a { background-color: rgb(217,124,220); }
div.DivClassName
{
background-color: #D97CDC;
}
.BgClassName
{
background-color: #D97CDC;
}
</style>
border-color css
<style>
span { border-color: #D97CDC; }
span { border-color: rgb(217,124,220); }
td.TdClassName
{
border-color: #D97CDC;
}
.TagClassName
{
border-color: #D97CDC;
}
</style>