Shades of Orchid #D979E4
Tints of Orchid #D979E4
RGB
CMYK
RGB Variations
Color information
#D979E4 (or 0xD979E4) is known color: Orchid. HEX triplet: D9, 79 and E4. RGB value is (217,121,228). Sum of RGB (Red+Green+Blue) = 217+121+228=566 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.34% from 566); Green value is 121 (47.66% from 255 or 21.38% from 566); Blue value is 228 (89.45% from 255 or 40.28% from 566); Max value from RGB is 228 - color contains mainly: blue. Hex color #D979E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D979E4 is #26861B. Grayscale: #A1A1A1. Windows color (decimal): -2524700 or 14973401. OLE color: 14973401.
HSL color Cylindrical-coordinate representation of color #D979E4: hue angle of 293.83º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D979E4 is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 217 | 121 | 228 | - |
| CMYK | 0.05 | 0.47 | 0 | 0.11 |
| HSL | 293.83º | 0.66% | 0.68% | - |
| HSV(B) | 293.83º | 0.47% | 0.89% | - |
| XYZ | 49.46 | 34.03 | 77.36 | - |
| YUV | 161.9 | 165.3 | 167.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 121 | 228 | 0.05 | 0.47 | 0 | 0.11 | 293.83 | 0.66 | 0.68 |
| Hex | D9 | 79 | E4 | 5 | 2F | 0 | B | 126 | 42 | 44 |
| Octal | 331 | 171 | 344 | 5 | 57 | 0 | 13 | 446 | 102 | 104 |
| Binary | 11011001 | 1111001 | 11100100 | 101 | 101111 | 0 | 1011 | 100100110 | 1000010 | 1000100 |
Color Harmonies of #D979E4
Complementary color
Monochromatic Colors of #D979E4
Black with #D979E4
Text Example
Text Example
White with #D979E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D979E4; }
p { color: rgb(217,121,228); }
H1.HeaderClassName
{
color: #D979E4;
}
.AnyTagClassName
{
color: #D979E4;
}
</style>
background-color css
<style>
a { background-color: #D979E4; }
a { background-color: rgb(217,121,228); }
div.DivClassName
{
background-color: #D979E4;
}
.BgClassName
{
background-color: #D979E4;
}
</style>
border-color css
<style>
span { border-color: #D979E4; }
span { border-color: rgb(217,121,228); }
td.TdClassName
{
border-color: #D979E4;
}
.TagClassName
{
border-color: #D979E4;
}
</style>