Shades of Orchid #D979E2
Tints of Orchid #D979E2
RGB
CMYK
RGB Variations
Color information
#D979E2 (or 0xD979E2) is known color: Orchid. HEX triplet: D9, 79 and E2. RGB value is (217,121,226). Sum of RGB (Red+Green+Blue) = 217+121+226=564 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.48% from 564); Green value is 121 (47.66% from 255 or 21.45% from 564); Blue value is 226 (88.67% from 255 or 40.07% from 564); Max value from RGB is 226 - color contains mainly: blue. Hex color #D979E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D979E2 is #26861D. Grayscale: #A1A1A1. Windows color (decimal): -2524702 or 14842329. OLE color: 14842329.
HSL color Cylindrical-coordinate representation of color #D979E2: hue angle of 294.86º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D979E2 is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 217 | 121 | 226 | - |
| CMYK | 0.04 | 0.46 | 0 | 0.11 |
| HSL | 294.86º | 0.64% | 0.68% | - |
| HSV(B) | 294.86º | 0.46% | 0.89% | - |
| XYZ | 49.18 | 33.92 | 75.91 | - |
| YUV | 161.67 | 164.3 | 167.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 121 | 226 | 0.04 | 0.46 | 0 | 0.11 | 294.86 | 0.64 | 0.68 |
| Hex | D9 | 79 | E2 | 4 | 2E | 0 | B | 127 | 40 | 44 |
| Octal | 331 | 171 | 342 | 4 | 56 | 0 | 13 | 447 | 100 | 104 |
| Binary | 11011001 | 1111001 | 11100010 | 100 | 101110 | 0 | 1011 | 100100111 | 1000000 | 1000100 |
Color Harmonies of #D979E2
Complementary color
Monochromatic Colors of #D979E2
Black with #D979E2
Text Example
Text Example
White with #D979E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D979E2; }
p { color: rgb(217,121,226); }
H1.HeaderClassName
{
color: #D979E2;
}
.AnyTagClassName
{
color: #D979E2;
}
</style>
background-color css
<style>
a { background-color: #D979E2; }
a { background-color: rgb(217,121,226); }
div.DivClassName
{
background-color: #D979E2;
}
.BgClassName
{
background-color: #D979E2;
}
</style>
border-color css
<style>
span { border-color: #D979E2; }
span { border-color: rgb(217,121,226); }
td.TdClassName
{
border-color: #D979E2;
}
.TagClassName
{
border-color: #D979E2;
}
</style>