Shades of Orchid #D974BC
Tints of Orchid #D974BC
RGB
CMYK
RGB Variations
Color information
#D974BC (or 0xD974BC) is known color: Orchid. HEX triplet: D9, 74 and BC. RGB value is (217,116,188). Sum of RGB (Red+Green+Blue) = 217+116+188=521 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.65% from 521); Green value is 116 (45.70% from 255 or 22.26% from 521); Blue value is 188 (73.83% from 255 or 36.08% from 521); Max value from RGB is 217 - color contains mainly: red. Hex color #D974BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D974BC is #268B43. Grayscale: #9A9A9A. Windows color (decimal): -2526020 or 12350681. OLE color: 12350681.
HSL color Cylindrical-coordinate representation of color #D974BC: hue angle of 317.23º degrees, saturation: 0.57, 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 #D974BC is Cyan = 0, Magento = 0.47, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 116 | 188 | - |
| CMYK | 0 | 0.47 | 0.13 | 0.15 |
| HSL | 317.23º | 0.57% | 0.65% | - |
| HSV(B) | 317.23º | 0.47% | 0.85% | - |
| XYZ | 43.94 | 30.87 | 51.22 | - |
| YUV | 154.41 | 146.96 | 172.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 116 | 188 | 0 | 0.47 | 0.13 | 0.15 | 317.23 | 0.57 | 0.65 |
| Hex | D9 | 74 | BC | 0 | 2F | D | F | 13D | 39 | 41 |
| Octal | 331 | 164 | 274 | 0 | 57 | 15 | 17 | 475 | 71 | 101 |
| Binary | 11011001 | 1110100 | 10111100 | 0 | 101111 | 1101 | 1111 | 100111101 | 111001 | 1000001 |
Color Harmonies of #D974BC
Complementary color
Monochromatic Colors of #D974BC
Black with #D974BC
Text Example
Text Example
White with #D974BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D974BC; }
p { color: rgb(217,116,188); }
H1.HeaderClassName
{
color: #D974BC;
}
.AnyTagClassName
{
color: #D974BC;
}
</style>
background-color css
<style>
a { background-color: #D974BC; }
a { background-color: rgb(217,116,188); }
div.DivClassName
{
background-color: #D974BC;
}
.BgClassName
{
background-color: #D974BC;
}
</style>
border-color css
<style>
span { border-color: #D974BC; }
span { border-color: rgb(217,116,188); }
td.TdClassName
{
border-color: #D974BC;
}
.TagClassName
{
border-color: #D974BC;
}
</style>