Shades of Orchid #D974D5
Tints of Orchid #D974D5
RGB
CMYK
RGB Variations
Color information
#D974D5 (or 0xD974D5) is known color: Orchid. HEX triplet: D9, 74 and D5. RGB value is (217,116,213). Sum of RGB (Red+Green+Blue) = 217+116+213=546 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.74% from 546); Green value is 116 (45.70% from 255 or 21.25% from 546); Blue value is 213 (83.59% from 255 or 39.01% from 546); Max value from RGB is 217 - color contains mainly: red. Hex color #D974D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D974D5 is #268B2A. Grayscale: #9C9C9C. Windows color (decimal): -2525995 or 13989081. OLE color: 13989081.
HSL color Cylindrical-coordinate representation of color #D974D5: hue angle of 302.38º 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 #D974D5 is Cyan = 0, Magento = 0.47, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 116 | 213 | - |
| CMYK | 0 | 0.47 | 0.02 | 0.15 |
| HSL | 302.38º | 0.57% | 0.65% | - |
| HSV(B) | 302.38º | 0.47% | 0.85% | - |
| XYZ | 46.87 | 32.05 | 66.67 | - |
| YUV | 157.26 | 159.46 | 170.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 116 | 213 | 0 | 0.47 | 0.02 | 0.15 | 302.38 | 0.57 | 0.65 |
| Hex | D9 | 74 | D5 | 0 | 2F | 2 | F | 12E | 39 | 41 |
| Octal | 331 | 164 | 325 | 0 | 57 | 2 | 17 | 456 | 71 | 101 |
| Binary | 11011001 | 1110100 | 11010101 | 0 | 101111 | 10 | 1111 | 100101110 | 111001 | 1000001 |
Color Harmonies of #D974D5
Complementary color
Monochromatic Colors of #D974D5
Black with #D974D5
Text Example
Text Example
White with #D974D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D974D5; }
p { color: rgb(217,116,213); }
H1.HeaderClassName
{
color: #D974D5;
}
.AnyTagClassName
{
color: #D974D5;
}
</style>
background-color css
<style>
a { background-color: #D974D5; }
a { background-color: rgb(217,116,213); }
div.DivClassName
{
background-color: #D974D5;
}
.BgClassName
{
background-color: #D974D5;
}
</style>
border-color css
<style>
span { border-color: #D974D5; }
span { border-color: rgb(217,116,213); }
td.TdClassName
{
border-color: #D974D5;
}
.TagClassName
{
border-color: #D974D5;
}
</style>