Shades of Orchid #D978E0
Tints of Orchid #D978E0
RGB
CMYK
RGB Variations
Color information
#D978E0 (or 0xD978E0) is known color: Orchid. HEX triplet: D9, 78 and E0. RGB value is (217,120,224). Sum of RGB (Red+Green+Blue) = 217+120+224=561 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.68% from 561); Green value is 120 (47.27% from 255 or 21.39% from 561); Blue value is 224 (87.89% from 255 or 39.93% from 561); Max value from RGB is 224 - color contains mainly: blue. Hex color #D978E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D978E0 is #26871F. Grayscale: #A0A0A0. Windows color (decimal): -2524960 or 14711001. OLE color: 14711001.
HSL color Cylindrical-coordinate representation of color #D978E0: hue angle of 295.96º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D978E0 is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 217 | 120 | 224 | - |
| CMYK | 0.03 | 0.46 | 0 | 0.12 |
| HSL | 295.96º | 0.63% | 0.67% | - |
| HSV(B) | 295.96º | 0.46% | 0.88% | - |
| XYZ | 48.79 | 33.57 | 74.43 | - |
| YUV | 160.86 | 163.64 | 168.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 120 | 224 | 0.03 | 0.46 | 0 | 0.12 | 295.96 | 0.63 | 0.67 |
| Hex | D9 | 78 | E0 | 3 | 2E | 0 | C | 128 | 3F | 43 |
| Octal | 331 | 170 | 340 | 3 | 56 | 0 | 14 | 450 | 77 | 103 |
| Binary | 11011001 | 1111000 | 11100000 | 11 | 101110 | 0 | 1100 | 100101000 | 111111 | 1000011 |
Color Harmonies of #D978E0
Complementary color
Monochromatic Colors of #D978E0
Black with #D978E0
Text Example
Text Example
White with #D978E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D978E0; }
p { color: rgb(217,120,224); }
H1.HeaderClassName
{
color: #D978E0;
}
.AnyTagClassName
{
color: #D978E0;
}
</style>
background-color css
<style>
a { background-color: #D978E0; }
a { background-color: rgb(217,120,224); }
div.DivClassName
{
background-color: #D978E0;
}
.BgClassName
{
background-color: #D978E0;
}
</style>
border-color css
<style>
span { border-color: #D978E0; }
span { border-color: rgb(217,120,224); }
td.TdClassName
{
border-color: #D978E0;
}
.TagClassName
{
border-color: #D978E0;
}
</style>