Shades of Orchid #D972C9
Tints of Orchid #D972C9
RGB
CMYK
RGB Variations
Color information
#D972C9 (or 0xD972C9) is known color: Orchid. HEX triplet: D9, 72 and C9. RGB value is (217,114,201). Sum of RGB (Red+Green+Blue) = 217+114+201=532 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.79% from 532); Green value is 114 (44.92% from 255 or 21.43% from 532); Blue value is 201 (78.91% from 255 or 37.78% from 532); Max value from RGB is 217 - color contains mainly: red. Hex color #D972C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D972C9 is #268D36. Grayscale: #9A9A9A. Windows color (decimal): -2526519 or 13202137. OLE color: 13202137.
HSL color Cylindrical-coordinate representation of color #D972C9: hue angle of 309.32º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D972C9 is Cyan = 0, Magento = 0.47, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 114 | 201 | - |
| CMYK | 0 | 0.47 | 0.07 | 0.15 |
| HSL | 309.32º | 0.58% | 0.65% | - |
| HSV(B) | 309.32º | 0.47% | 0.85% | - |
| XYZ | 45.18 | 31 | 58.86 | - |
| YUV | 154.72 | 154.12 | 172.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 114 | 201 | 0 | 0.47 | 0.07 | 0.15 | 309.32 | 0.58 | 0.65 |
| Hex | D9 | 72 | C9 | 0 | 2F | 7 | F | 135 | 3A | 41 |
| Octal | 331 | 162 | 311 | 0 | 57 | 7 | 17 | 465 | 72 | 101 |
| Binary | 11011001 | 1110010 | 11001001 | 0 | 101111 | 111 | 1111 | 100110101 | 111010 | 1000001 |
Color Harmonies of #D972C9
Complementary color
Monochromatic Colors of #D972C9
Black with #D972C9
Text Example
Text Example
White with #D972C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D972C9; }
p { color: rgb(217,114,201); }
H1.HeaderClassName
{
color: #D972C9;
}
.AnyTagClassName
{
color: #D972C9;
}
</style>
background-color css
<style>
a { background-color: #D972C9; }
a { background-color: rgb(217,114,201); }
div.DivClassName
{
background-color: #D972C9;
}
.BgClassName
{
background-color: #D972C9;
}
</style>
border-color css
<style>
span { border-color: #D972C9; }
span { border-color: rgb(217,114,201); }
td.TdClassName
{
border-color: #D972C9;
}
.TagClassName
{
border-color: #D972C9;
}
</style>