Shades of Orchid #D973BD
Tints of Orchid #D973BD
RGB
CMYK
RGB Variations
Color information
#D973BD (or 0xD973BD) is known color: Orchid. HEX triplet: D9, 73 and BD. RGB value is (217,115,189). Sum of RGB (Red+Green+Blue) = 217+115+189=521 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.65% from 521); Green value is 115 (45.31% from 255 or 22.07% from 521); Blue value is 189 (74.22% from 255 or 36.28% from 521); Max value from RGB is 217 - color contains mainly: red. Hex color #D973BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D973BD is #268C42. Grayscale: #999999. Windows color (decimal): -2526275 or 12415961. OLE color: 12415961.
HSL color Cylindrical-coordinate representation of color #D973BD: hue angle of 316.47º 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 #D973BD is Cyan = 0, Magento = 0.47, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 115 | 189 | - |
| CMYK | 0 | 0.47 | 0.13 | 0.15 |
| HSL | 316.47º | 0.57% | 0.65% | - |
| HSV(B) | 316.47º | 0.47% | 0.85% | - |
| XYZ | 43.93 | 30.69 | 51.75 | - |
| YUV | 153.93 | 147.79 | 172.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 115 | 189 | 0 | 0.47 | 0.13 | 0.15 | 316.47 | 0.57 | 0.65 |
| Hex | D9 | 73 | BD | 0 | 2F | D | F | 13C | 39 | 41 |
| Octal | 331 | 163 | 275 | 0 | 57 | 15 | 17 | 474 | 71 | 101 |
| Binary | 11011001 | 1110011 | 10111101 | 0 | 101111 | 1101 | 1111 | 100111100 | 111001 | 1000001 |
Color Harmonies of #D973BD
Complementary color
Monochromatic Colors of #D973BD
Black with #D973BD
Text Example
Text Example
White with #D973BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D973BD; }
p { color: rgb(217,115,189); }
H1.HeaderClassName
{
color: #D973BD;
}
.AnyTagClassName
{
color: #D973BD;
}
</style>
background-color css
<style>
a { background-color: #D973BD; }
a { background-color: rgb(217,115,189); }
div.DivClassName
{
background-color: #D973BD;
}
.BgClassName
{
background-color: #D973BD;
}
</style>
border-color css
<style>
span { border-color: #D973BD; }
span { border-color: rgb(217,115,189); }
td.TdClassName
{
border-color: #D973BD;
}
.TagClassName
{
border-color: #D973BD;
}
</style>