Shades of Orchid #D974BE
Tints of Orchid #D974BE
RGB
CMYK
RGB Variations
Color information
#D974BE (or 0xD974BE) is known color: Orchid. HEX triplet: D9, 74 and BE. RGB value is (217,116,190). Sum of RGB (Red+Green+Blue) = 217+116+190=523 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.49% from 523); Green value is 116 (45.70% from 255 or 22.18% from 523); Blue value is 190 (74.61% from 255 or 36.33% from 523); Max value from RGB is 217 - color contains mainly: red. Hex color #D974BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D974BE is #268B41. Grayscale: #9A9A9A. Windows color (decimal): -2526018 or 12481753. OLE color: 12481753.
HSL color Cylindrical-coordinate representation of color #D974BE: hue angle of 316.04º 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 #D974BE is Cyan = 0, Magento = 0.47, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 116 | 190 | - |
| CMYK | 0 | 0.47 | 0.12 | 0.15 |
| HSL | 316.04º | 0.57% | 0.65% | - |
| HSV(B) | 316.04º | 0.47% | 0.85% | - |
| XYZ | 44.15 | 30.96 | 52.36 | - |
| YUV | 154.64 | 147.96 | 172.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 116 | 190 | 0 | 0.47 | 0.12 | 0.15 | 316.04 | 0.57 | 0.65 |
| Hex | D9 | 74 | BE | 0 | 2F | C | F | 13C | 39 | 41 |
| Octal | 331 | 164 | 276 | 0 | 57 | 14 | 17 | 474 | 71 | 101 |
| Binary | 11011001 | 1110100 | 10111110 | 0 | 101111 | 1100 | 1111 | 100111100 | 111001 | 1000001 |
Color Harmonies of #D974BE
Complementary color
Monochromatic Colors of #D974BE
Black with #D974BE
Text Example
Text Example
White with #D974BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D974BE; }
p { color: rgb(217,116,190); }
H1.HeaderClassName
{
color: #D974BE;
}
.AnyTagClassName
{
color: #D974BE;
}
</style>
background-color css
<style>
a { background-color: #D974BE; }
a { background-color: rgb(217,116,190); }
div.DivClassName
{
background-color: #D974BE;
}
.BgClassName
{
background-color: #D974BE;
}
</style>
border-color css
<style>
span { border-color: #D974BE; }
span { border-color: rgb(217,116,190); }
td.TdClassName
{
border-color: #D974BE;
}
.TagClassName
{
border-color: #D974BE;
}
</style>