Shades of Orchid #D979E5
Tints of Orchid #D979E5
RGB
CMYK
RGB Variations
Color information
#D979E5 (or 0xD979E5) is known color: Orchid. HEX triplet: D9, 79 and E5. RGB value is (217,121,229). Sum of RGB (Red+Green+Blue) = 217+121+229=567 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.27% from 567); Green value is 121 (47.66% from 255 or 21.34% from 567); Blue value is 229 (89.84% from 255 or 40.39% from 567); Max value from RGB is 229 - color contains mainly: blue. Hex color #D979E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D979E5 is #26861A. Grayscale: #A1A1A1. Windows color (decimal): -2524699 or 15038937. OLE color: 15038937.
HSL color Cylindrical-coordinate representation of color #D979E5: hue angle of 293.33º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D979E5 is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 217 | 121 | 229 | - |
| CMYK | 0.05 | 0.47 | 0 | 0.10 |
| HSL | 293.33º | 0.68% | 0.69% | - |
| HSV(B) | 293.33º | 0.47% | 0.9% | - |
| XYZ | 49.6 | 34.08 | 78.09 | - |
| YUV | 162.02 | 165.8 | 167.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 121 | 229 | 0.05 | 0.47 | 0 | 0.10 | 293.33 | 0.68 | 0.69 |
| Hex | D9 | 79 | E5 | 5 | 2F | 0 | A | 125 | 44 | 45 |
| Octal | 331 | 171 | 345 | 5 | 57 | 0 | 12 | 445 | 104 | 105 |
| Binary | 11011001 | 1111001 | 11100101 | 101 | 101111 | 0 | 1010 | 100100101 | 1000100 | 1000101 |
Color Harmonies of #D979E5
Complementary color
Monochromatic Colors of #D979E5
Black with #D979E5
Text Example
Text Example
White with #D979E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D979E5; }
p { color: rgb(217,121,229); }
H1.HeaderClassName
{
color: #D979E5;
}
.AnyTagClassName
{
color: #D979E5;
}
</style>
background-color css
<style>
a { background-color: #D979E5; }
a { background-color: rgb(217,121,229); }
div.DivClassName
{
background-color: #D979E5;
}
.BgClassName
{
background-color: #D979E5;
}
</style>
border-color css
<style>
span { border-color: #D979E5; }
span { border-color: rgb(217,121,229); }
td.TdClassName
{
border-color: #D979E5;
}
.TagClassName
{
border-color: #D979E5;
}
</style>