Shades of Orchid #D978DA
Tints of Orchid #D978DA
RGB
CMYK
RGB Variations
Color information
#D978DA (or 0xD978DA) is known color: Orchid. HEX triplet: D9, 78 and DA. RGB value is (217,120,218). Sum of RGB (Red+Green+Blue) = 217+120+218=555 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.10% from 555); Green value is 120 (47.27% from 255 or 21.62% from 555); Blue value is 218 (85.55% from 255 or 39.28% from 555); Max value from RGB is 218 - color contains mainly: blue. Hex color #D978DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D978DA is #268725. Grayscale: #9F9F9F. Windows color (decimal): -2524966 or 14317785. OLE color: 14317785.
HSL color Cylindrical-coordinate representation of color #D978DA: hue angle of 299.39º degrees, saturation: 0.57, 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 #D978DA is Cyan = 0.00, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 120 | 218 | - |
| CMYK | 0.00 | 0.45 | 0 | 0.15 |
| HSL | 299.39º | 0.57% | 0.66% | - |
| HSV(B) | 299.39º | 0.45% | 0.85% | - |
| XYZ | 47.99 | 33.25 | 70.22 | - |
| YUV | 160.18 | 160.64 | 168.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 120 | 218 | 0.00 | 0.45 | 0 | 0.15 | 299.39 | 0.57 | 0.66 |
| Hex | D9 | 78 | DA | 0 | 2D | 0 | F | 12B | 39 | 42 |
| Octal | 331 | 170 | 332 | 0 | 55 | 0 | 17 | 453 | 71 | 102 |
| Binary | 11011001 | 1111000 | 11011010 | 0 | 101101 | 0 | 1111 | 100101011 | 111001 | 1000010 |
Color Harmonies of #D978DA
Complementary color
Monochromatic Colors of #D978DA
Black with #D978DA
Text Example
Text Example
White with #D978DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D978DA; }
p { color: rgb(217,120,218); }
H1.HeaderClassName
{
color: #D978DA;
}
.AnyTagClassName
{
color: #D978DA;
}
</style>
background-color css
<style>
a { background-color: #D978DA; }
a { background-color: rgb(217,120,218); }
div.DivClassName
{
background-color: #D978DA;
}
.BgClassName
{
background-color: #D978DA;
}
</style>
border-color css
<style>
span { border-color: #D978DA; }
span { border-color: rgb(217,120,218); }
td.TdClassName
{
border-color: #D978DA;
}
.TagClassName
{
border-color: #D978DA;
}
</style>