Shades of Orchid #D978DF
Tints of Orchid #D978DF
RGB
CMYK
RGB Variations
Color information
#D978DF (or 0xD978DF) is known color: Orchid. HEX triplet: D9, 78 and DF. RGB value is (217,120,223). Sum of RGB (Red+Green+Blue) = 217+120+223=560 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.75% from 560); Green value is 120 (47.27% from 255 or 21.43% from 560); Blue value is 223 (87.5% from 255 or 39.82% from 560); Max value from RGB is 223 - color contains mainly: blue. Hex color #D978DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D978DF is #268720. Grayscale: #A0A0A0. Windows color (decimal): -2524961 or 14645465. OLE color: 14645465.
HSL color Cylindrical-coordinate representation of color #D978DF: hue angle of 296.5º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D978DF is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 120 | 223 | - |
| CMYK | 0.03 | 0.46 | 0 | 0.13 |
| HSL | 296.5º | 0.62% | 0.67% | - |
| HSV(B) | 296.5º | 0.46% | 0.87% | - |
| XYZ | 48.65 | 33.51 | 73.72 | - |
| YUV | 160.75 | 163.14 | 168.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 120 | 223 | 0.03 | 0.46 | 0 | 0.13 | 296.5 | 0.62 | 0.67 |
| Hex | D9 | 78 | DF | 3 | 2E | 0 | D | 129 | 3E | 43 |
| Octal | 331 | 170 | 337 | 3 | 56 | 0 | 15 | 451 | 76 | 103 |
| Binary | 11011001 | 1111000 | 11011111 | 11 | 101110 | 0 | 1101 | 100101001 | 111110 | 1000011 |
Color Harmonies of #D978DF
Complementary color
Monochromatic Colors of #D978DF
Black with #D978DF
Text Example
Text Example
White with #D978DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D978DF; }
p { color: rgb(217,120,223); }
H1.HeaderClassName
{
color: #D978DF;
}
.AnyTagClassName
{
color: #D978DF;
}
</style>
background-color css
<style>
a { background-color: #D978DF; }
a { background-color: rgb(217,120,223); }
div.DivClassName
{
background-color: #D978DF;
}
.BgClassName
{
background-color: #D978DF;
}
</style>
border-color css
<style>
span { border-color: #D978DF; }
span { border-color: rgb(217,120,223); }
td.TdClassName
{
border-color: #D978DF;
}
.TagClassName
{
border-color: #D978DF;
}
</style>