Shades of Orchid #D979BE
Tints of Orchid #D979BE
RGB
CMYK
RGB Variations
Color information
#D979BE (or 0xD979BE) is known color: Orchid. HEX triplet: D9, 79 and BE. RGB value is (217,121,190). Sum of RGB (Red+Green+Blue) = 217+121+190=528 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.10% from 528); Green value is 121 (47.66% from 255 or 22.92% from 528); Blue value is 190 (74.61% from 255 or 35.98% from 528); Max value from RGB is 217 - color contains mainly: red. Hex color #D979BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D979BE is #268641. Grayscale: #9D9D9D. Windows color (decimal): -2524738 or 12483033. OLE color: 12483033.
HSL color Cylindrical-coordinate representation of color #D979BE: hue angle of 316.88º 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 #D979BE is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 121 | 190 | - |
| CMYK | 0 | 0.44 | 0.12 | 0.15 |
| HSL | 316.88º | 0.56% | 0.66% | - |
| HSV(B) | 316.88º | 0.44% | 0.85% | - |
| XYZ | 44.75 | 32.14 | 52.56 | - |
| YUV | 157.57 | 146.3 | 170.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 121 | 190 | 0 | 0.44 | 0.12 | 0.15 | 316.88 | 0.56 | 0.66 |
| Hex | D9 | 79 | BE | 0 | 2C | C | F | 13D | 38 | 42 |
| Octal | 331 | 171 | 276 | 0 | 54 | 14 | 17 | 475 | 70 | 102 |
| Binary | 11011001 | 1111001 | 10111110 | 0 | 101100 | 1100 | 1111 | 100111101 | 111000 | 1000010 |
Color Harmonies of #D979BE
Complementary color
Monochromatic Colors of #D979BE
Black with #D979BE
Text Example
Text Example
White with #D979BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D979BE; }
p { color: rgb(217,121,190); }
H1.HeaderClassName
{
color: #D979BE;
}
.AnyTagClassName
{
color: #D979BE;
}
</style>
background-color css
<style>
a { background-color: #D979BE; }
a { background-color: rgb(217,121,190); }
div.DivClassName
{
background-color: #D979BE;
}
.BgClassName
{
background-color: #D979BE;
}
</style>
border-color css
<style>
span { border-color: #D979BE; }
span { border-color: rgb(217,121,190); }
td.TdClassName
{
border-color: #D979BE;
}
.TagClassName
{
border-color: #D979BE;
}
</style>