Shades of Orchid #D978E5
Tints of Orchid #D978E5
RGB
CMYK
RGB Variations
Color information
#D978E5 (or 0xD978E5) is known color: Orchid. HEX triplet: D9, 78 and E5. RGB value is (217,120,229). Sum of RGB (Red+Green+Blue) = 217+120+229=566 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.34% from 566); Green value is 120 (47.27% from 255 or 21.20% from 566); Blue value is 229 (89.84% from 255 or 40.46% from 566); Max value from RGB is 229 - color contains mainly: blue. Hex color #D978E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D978E5 is #26871A. Grayscale: #A1A1A1. Windows color (decimal): -2524955 or 15038681. OLE color: 15038681.
HSL color Cylindrical-coordinate representation of color #D978E5: hue angle of 293.39º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D978E5 is Cyan = 0.05, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 217 | 120 | 229 | - |
| CMYK | 0.05 | 0.48 | 0 | 0.10 |
| HSL | 293.39º | 0.68% | 0.68% | - |
| HSV(B) | 293.39º | 0.48% | 0.9% | - |
| XYZ | 49.47 | 33.84 | 78.05 | - |
| YUV | 161.43 | 166.14 | 167.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 120 | 229 | 0.05 | 0.48 | 0 | 0.10 | 293.39 | 0.68 | 0.68 |
| Hex | D9 | 78 | E5 | 5 | 30 | 0 | A | 125 | 44 | 44 |
| Octal | 331 | 170 | 345 | 5 | 60 | 0 | 12 | 445 | 104 | 104 |
| Binary | 11011001 | 1111000 | 11100101 | 101 | 110000 | 0 | 1010 | 100100101 | 1000100 | 1000100 |
Color Harmonies of #D978E5
Complementary color
Monochromatic Colors of #D978E5
Black with #D978E5
Text Example
Text Example
White with #D978E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D978E5; }
p { color: rgb(217,120,229); }
H1.HeaderClassName
{
color: #D978E5;
}
.AnyTagClassName
{
color: #D978E5;
}
</style>
background-color css
<style>
a { background-color: #D978E5; }
a { background-color: rgb(217,120,229); }
div.DivClassName
{
background-color: #D978E5;
}
.BgClassName
{
background-color: #D978E5;
}
</style>
border-color css
<style>
span { border-color: #D978E5; }
span { border-color: rgb(217,120,229); }
td.TdClassName
{
border-color: #D978E5;
}
.TagClassName
{
border-color: #D978E5;
}
</style>