Shades of Orchid #D97CCD
Tints of Orchid #D97CCD
RGB
CMYK
RGB Variations
Color information
#D97CCD (or 0xD97CCD) is known color: Orchid. HEX triplet: D9, 7C and CD. RGB value is (217,124,205). Sum of RGB (Red+Green+Blue) = 217+124+205=546 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.74% from 546); Green value is 124 (48.83% from 255 or 22.71% from 546); Blue value is 205 (80.47% from 255 or 37.55% from 546); Max value from RGB is 217 - color contains mainly: red. Hex color #D97CCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97CCD is #268332. Grayscale: #A0A0A0. Windows color (decimal): -2523955 or 13466841. OLE color: 13466841.
HSL color Cylindrical-coordinate representation of color #D97CCD: hue angle of 307.74º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D97CCD is Cyan = 0, Magento = 0.43, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 124 | 205 | - |
| CMYK | 0 | 0.43 | 0.06 | 0.15 |
| HSL | 307.74º | 0.55% | 0.67% | - |
| HSV(B) | 307.74º | 0.43% | 0.85% | - |
| XYZ | 46.84 | 33.57 | 61.77 | - |
| YUV | 161.04 | 152.81 | 167.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 124 | 205 | 0 | 0.43 | 0.06 | 0.15 | 307.74 | 0.55 | 0.67 |
| Hex | D9 | 7C | CD | 0 | 2B | 6 | F | 134 | 37 | 43 |
| Octal | 331 | 174 | 315 | 0 | 53 | 6 | 17 | 464 | 67 | 103 |
| Binary | 11011001 | 1111100 | 11001101 | 0 | 101011 | 110 | 1111 | 100110100 | 110111 | 1000011 |
Color Harmonies of #D97CCD
Complementary color
Monochromatic Colors of #D97CCD
Black with #D97CCD
Text Example
Text Example
White with #D97CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97CCD; }
p { color: rgb(217,124,205); }
H1.HeaderClassName
{
color: #D97CCD;
}
.AnyTagClassName
{
color: #D97CCD;
}
</style>
background-color css
<style>
a { background-color: #D97CCD; }
a { background-color: rgb(217,124,205); }
div.DivClassName
{
background-color: #D97CCD;
}
.BgClassName
{
background-color: #D97CCD;
}
</style>
border-color css
<style>
span { border-color: #D97CCD; }
span { border-color: rgb(217,124,205); }
td.TdClassName
{
border-color: #D97CCD;
}
.TagClassName
{
border-color: #D97CCD;
}
</style>