Shades of Orchid #D97ACC
Tints of Orchid #D97ACC
RGB
CMYK
RGB Variations
Color information
#D97ACC (or 0xD97ACC) is known color: Orchid. HEX triplet: D9, 7A and CC. RGB value is (217,122,204). Sum of RGB (Red+Green+Blue) = 217+122+204=543 (71% of max value = 765). Red value is 217 (85.16% from 255 or 39.96% from 543); Green value is 122 (48.05% from 255 or 22.47% from 543); Blue value is 204 (80.08% from 255 or 37.57% from 543); Max value from RGB is 217 - color contains mainly: red. Hex color #D97ACC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97ACC is #268533. Grayscale: #9F9F9F. Windows color (decimal): -2524468 or 13400793. OLE color: 13400793.
HSL color Cylindrical-coordinate representation of color #D97ACC: hue angle of 308.21º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D97ACC is Cyan = 0, Magento = 0.44, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 122 | 204 | - |
| CMYK | 0 | 0.44 | 0.06 | 0.15 |
| HSL | 308.21º | 0.56% | 0.66% | - |
| HSV(B) | 308.21º | 0.44% | 0.85% | - |
| XYZ | 46.47 | 33.03 | 61.05 | - |
| YUV | 159.75 | 152.97 | 168.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 122 | 204 | 0 | 0.44 | 0.06 | 0.15 | 308.21 | 0.56 | 0.66 |
| Hex | D9 | 7A | CC | 0 | 2C | 6 | F | 134 | 38 | 42 |
| Octal | 331 | 172 | 314 | 0 | 54 | 6 | 17 | 464 | 70 | 102 |
| Binary | 11011001 | 1111010 | 11001100 | 0 | 101100 | 110 | 1111 | 100110100 | 111000 | 1000010 |
Color Harmonies of #D97ACC
Complementary color
Monochromatic Colors of #D97ACC
Black with #D97ACC
Text Example
Text Example
White with #D97ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97ACC; }
p { color: rgb(217,122,204); }
H1.HeaderClassName
{
color: #D97ACC;
}
.AnyTagClassName
{
color: #D97ACC;
}
</style>
background-color css
<style>
a { background-color: #D97ACC; }
a { background-color: rgb(217,122,204); }
div.DivClassName
{
background-color: #D97ACC;
}
.BgClassName
{
background-color: #D97ACC;
}
</style>
border-color css
<style>
span { border-color: #D97ACC; }
span { border-color: rgb(217,122,204); }
td.TdClassName
{
border-color: #D97ACC;
}
.TagClassName
{
border-color: #D97ACC;
}
</style>