Shades of Orchid #D978DC
Tints of Orchid #D978DC
RGB
CMYK
RGB Variations
Color information
#D978DC (or 0xD978DC) is known color: Orchid. HEX triplet: D9, 78 and DC. RGB value is (217,120,220). Sum of RGB (Red+Green+Blue) = 217+120+220=557 (73% of max value = 765). Red value is 217 (85.16% from 255 or 38.96% from 557); Green value is 120 (47.27% from 255 or 21.54% from 557); Blue value is 220 (86.33% from 255 or 39.50% from 557); Max value from RGB is 220 - color contains mainly: blue. Hex color #D978DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D978DC is #268723. Grayscale: #A0A0A0. Windows color (decimal): -2524964 or 14448857. OLE color: 14448857.
HSL color Cylindrical-coordinate representation of color #D978DC: hue angle of 298.2º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D978DC is Cyan = 0.01, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 120 | 220 | - |
| CMYK | 0.01 | 0.45 | 0 | 0.14 |
| HSL | 298.2º | 0.59% | 0.67% | - |
| HSV(B) | 298.2º | 0.45% | 0.86% | - |
| XYZ | 48.25 | 33.35 | 71.6 | - |
| YUV | 160.4 | 161.64 | 168.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 120 | 220 | 0.01 | 0.45 | 0 | 0.14 | 298.2 | 0.59 | 0.67 |
| Hex | D9 | 78 | DC | 1 | 2D | 0 | E | 12A | 3B | 43 |
| Octal | 331 | 170 | 334 | 1 | 55 | 0 | 16 | 452 | 73 | 103 |
| Binary | 11011001 | 1111000 | 11011100 | 1 | 101101 | 0 | 1110 | 100101010 | 111011 | 1000011 |
Color Harmonies of #D978DC
Complementary color
Monochromatic Colors of #D978DC
Black with #D978DC
Text Example
Text Example
White with #D978DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D978DC; }
p { color: rgb(217,120,220); }
H1.HeaderClassName
{
color: #D978DC;
}
.AnyTagClassName
{
color: #D978DC;
}
</style>
background-color css
<style>
a { background-color: #D978DC; }
a { background-color: rgb(217,120,220); }
div.DivClassName
{
background-color: #D978DC;
}
.BgClassName
{
background-color: #D978DC;
}
</style>
border-color css
<style>
span { border-color: #D978DC; }
span { border-color: rgb(217,120,220); }
td.TdClassName
{
border-color: #D978DC;
}
.TagClassName
{
border-color: #D978DC;
}
</style>