Shades of Orchid #D974DA
Tints of Orchid #D974DA
RGB
CMYK
RGB Variations
Color information
#D974DA (or 0xD974DA) is known color: Orchid. HEX triplet: D9, 74 and DA. RGB value is (217,116,218). Sum of RGB (Red+Green+Blue) = 217+116+218=551 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.38% from 551); Green value is 116 (45.70% from 255 or 21.05% from 551); Blue value is 218 (85.55% from 255 or 39.56% from 551); Max value from RGB is 218 - color contains mainly: blue. Hex color #D974DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D974DA is #268B25. Grayscale: #9D9D9D. Windows color (decimal): -2525990 or 14316761. OLE color: 14316761.
HSL color Cylindrical-coordinate representation of color #D974DA: hue angle of 299.41º degrees, saturation: 0.58, 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 #D974DA is Cyan = 0.00, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 116 | 218 | - |
| CMYK | 0.00 | 0.47 | 0 | 0.15 |
| HSL | 299.41º | 0.58% | 0.65% | - |
| HSV(B) | 299.41º | 0.47% | 0.85% | - |
| XYZ | 47.52 | 32.3 | 70.06 | - |
| YUV | 157.83 | 161.96 | 170.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 116 | 218 | 0.00 | 0.47 | 0 | 0.15 | 299.41 | 0.58 | 0.65 |
| Hex | D9 | 74 | DA | 0 | 2F | 0 | F | 12B | 3A | 41 |
| Octal | 331 | 164 | 332 | 0 | 57 | 0 | 17 | 453 | 72 | 101 |
| Binary | 11011001 | 1110100 | 11011010 | 0 | 101111 | 0 | 1111 | 100101011 | 111010 | 1000001 |
Color Harmonies of #D974DA
Complementary color
Monochromatic Colors of #D974DA
Black with #D974DA
Text Example
Text Example
White with #D974DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D974DA; }
p { color: rgb(217,116,218); }
H1.HeaderClassName
{
color: #D974DA;
}
.AnyTagClassName
{
color: #D974DA;
}
</style>
background-color css
<style>
a { background-color: #D974DA; }
a { background-color: rgb(217,116,218); }
div.DivClassName
{
background-color: #D974DA;
}
.BgClassName
{
background-color: #D974DA;
}
</style>
border-color css
<style>
span { border-color: #D974DA; }
span { border-color: rgb(217,116,218); }
td.TdClassName
{
border-color: #D974DA;
}
.TagClassName
{
border-color: #D974DA;
}
</style>