Shades of Orchid #D972BC
Tints of Orchid #D972BC
RGB
CMYK
RGB Variations
Color information
#D972BC (or 0xD972BC) is known color: Orchid. HEX triplet: D9, 72 and BC. RGB value is (217,114,188). Sum of RGB (Red+Green+Blue) = 217+114+188=519 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.81% from 519); Green value is 114 (44.92% from 255 or 21.97% from 519); Blue value is 188 (73.83% from 255 or 36.22% from 519); Max value from RGB is 217 - color contains mainly: red. Hex color #D972BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D972BC is #268D43. Grayscale: #999999. Windows color (decimal): -2526532 or 12350169. OLE color: 12350169.
HSL color Cylindrical-coordinate representation of color #D972BC: hue angle of 316.89º 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 #D972BC is Cyan = 0, Magento = 0.47, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 114 | 188 | - |
| CMYK | 0 | 0.47 | 0.13 | 0.15 |
| HSL | 316.89º | 0.58% | 0.65% | - |
| HSV(B) | 316.89º | 0.47% | 0.85% | - |
| XYZ | 43.71 | 30.42 | 51.14 | - |
| YUV | 153.23 | 147.62 | 173.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 114 | 188 | 0 | 0.47 | 0.13 | 0.15 | 316.89 | 0.58 | 0.65 |
| Hex | D9 | 72 | BC | 0 | 2F | D | F | 13D | 3A | 41 |
| Octal | 331 | 162 | 274 | 0 | 57 | 15 | 17 | 475 | 72 | 101 |
| Binary | 11011001 | 1110010 | 10111100 | 0 | 101111 | 1101 | 1111 | 100111101 | 111010 | 1000001 |
Color Harmonies of #D972BC
Complementary color
Monochromatic Colors of #D972BC
Black with #D972BC
Text Example
Text Example
White with #D972BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D972BC; }
p { color: rgb(217,114,188); }
H1.HeaderClassName
{
color: #D972BC;
}
.AnyTagClassName
{
color: #D972BC;
}
</style>
background-color css
<style>
a { background-color: #D972BC; }
a { background-color: rgb(217,114,188); }
div.DivClassName
{
background-color: #D972BC;
}
.BgClassName
{
background-color: #D972BC;
}
</style>
border-color css
<style>
span { border-color: #D972BC; }
span { border-color: rgb(217,114,188); }
td.TdClassName
{
border-color: #D972BC;
}
.TagClassName
{
border-color: #D972BC;
}
</style>