Shades of Orchid #D978CE
Tints of Orchid #D978CE
RGB
CMYK
RGB Variations
Color information
#D978CE (or 0xD978CE) is known color: Orchid. HEX triplet: D9, 78 and CE. RGB value is (217,120,206). Sum of RGB (Red+Green+Blue) = 217+120+206=543 (71% of max value = 765). Red value is 217 (85.16% from 255 or 39.96% from 543); Green value is 120 (47.27% from 255 or 22.10% from 543); Blue value is 206 (80.86% from 255 or 37.94% from 543); Max value from RGB is 217 - color contains mainly: red. Hex color #D978CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D978CE is #268731. Grayscale: #9E9E9E. Windows color (decimal): -2524978 or 13531353. OLE color: 13531353.
HSL color Cylindrical-coordinate representation of color #D978CE: hue angle of 306.8º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D978CE is Cyan = 0, Magento = 0.45, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 120 | 206 | - |
| CMYK | 0 | 0.45 | 0.05 | 0.15 |
| HSL | 306.8º | 0.56% | 0.66% | - |
| HSV(B) | 306.8º | 0.45% | 0.85% | - |
| XYZ | 46.47 | 32.64 | 62.24 | - |
| YUV | 158.81 | 154.64 | 169.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 120 | 206 | 0 | 0.45 | 0.05 | 0.15 | 306.8 | 0.56 | 0.66 |
| Hex | D9 | 78 | CE | 0 | 2D | 5 | F | 133 | 38 | 42 |
| Octal | 331 | 170 | 316 | 0 | 55 | 5 | 17 | 463 | 70 | 102 |
| Binary | 11011001 | 1111000 | 11001110 | 0 | 101101 | 101 | 1111 | 100110011 | 111000 | 1000010 |
Color Harmonies of #D978CE
Complementary color
Monochromatic Colors of #D978CE
Black with #D978CE
Text Example
Text Example
White with #D978CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D978CE; }
p { color: rgb(217,120,206); }
H1.HeaderClassName
{
color: #D978CE;
}
.AnyTagClassName
{
color: #D978CE;
}
</style>
background-color css
<style>
a { background-color: #D978CE; }
a { background-color: rgb(217,120,206); }
div.DivClassName
{
background-color: #D978CE;
}
.BgClassName
{
background-color: #D978CE;
}
</style>
border-color css
<style>
span { border-color: #D978CE; }
span { border-color: rgb(217,120,206); }
td.TdClassName
{
border-color: #D978CE;
}
.TagClassName
{
border-color: #D978CE;
}
</style>