Shades of Orchid #D978DB
Tints of Orchid #D978DB
RGB
CMYK
RGB Variations
Color information
#D978DB (or 0xD978DB) is known color: Orchid. HEX triplet: D9, 78 and DB. RGB value is (217,120,219). Sum of RGB (Red+Green+Blue) = 217+120+219=556 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.03% from 556); Green value is 120 (47.27% from 255 or 21.58% from 556); Blue value is 219 (85.94% from 255 or 39.39% from 556); Max value from RGB is 219 - color contains mainly: blue. Hex color #D978DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D978DB is #268724. Grayscale: #9F9F9F. Windows color (decimal): -2524965 or 14383321. OLE color: 14383321.
HSL color Cylindrical-coordinate representation of color #D978DB: hue angle of 298.79º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D978DB is Cyan = 0.01, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 120 | 219 | - |
| CMYK | 0.01 | 0.45 | 0 | 0.14 |
| HSL | 298.79º | 0.58% | 0.66% | - |
| HSV(B) | 298.79º | 0.45% | 0.86% | - |
| XYZ | 48.12 | 33.3 | 70.91 | - |
| YUV | 160.29 | 161.14 | 168.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 120 | 219 | 0.01 | 0.45 | 0 | 0.14 | 298.79 | 0.58 | 0.66 |
| Hex | D9 | 78 | DB | 1 | 2D | 0 | E | 12B | 3A | 42 |
| Octal | 331 | 170 | 333 | 1 | 55 | 0 | 16 | 453 | 72 | 102 |
| Binary | 11011001 | 1111000 | 11011011 | 1 | 101101 | 0 | 1110 | 100101011 | 111010 | 1000010 |
Color Harmonies of #D978DB
Complementary color
Monochromatic Colors of #D978DB
Black with #D978DB
Text Example
Text Example
White with #D978DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D978DB; }
p { color: rgb(217,120,219); }
H1.HeaderClassName
{
color: #D978DB;
}
.AnyTagClassName
{
color: #D978DB;
}
</style>
background-color css
<style>
a { background-color: #D978DB; }
a { background-color: rgb(217,120,219); }
div.DivClassName
{
background-color: #D978DB;
}
.BgClassName
{
background-color: #D978DB;
}
</style>
border-color css
<style>
span { border-color: #D978DB; }
span { border-color: rgb(217,120,219); }
td.TdClassName
{
border-color: #D978DB;
}
.TagClassName
{
border-color: #D978DB;
}
</style>