Shades of Orchid #D978D3
Tints of Orchid #D978D3
RGB
CMYK
RGB Variations
Color information
#D978D3 (or 0xD978D3) is known color: Orchid. HEX triplet: D9, 78 and D3. RGB value is (217,120,211). Sum of RGB (Red+Green+Blue) = 217+120+211=548 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.60% from 548); Green value is 120 (47.27% from 255 or 21.90% from 548); Blue value is 211 (82.81% from 255 or 38.50% from 548); Max value from RGB is 217 - color contains mainly: red. Hex color #D978D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D978D3 is #26872C. Grayscale: #9F9F9F. Windows color (decimal): -2524973 or 13859033. OLE color: 13859033.
HSL color Cylindrical-coordinate representation of color #D978D3: hue angle of 303.71º 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 #D978D3 is Cyan = 0, Magento = 0.45, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 120 | 211 | - |
| CMYK | 0 | 0.45 | 0.03 | 0.15 |
| HSL | 303.71º | 0.56% | 0.66% | - |
| HSV(B) | 303.71º | 0.45% | 0.85% | - |
| XYZ | 47.09 | 32.89 | 65.49 | - |
| YUV | 159.38 | 157.14 | 169.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 120 | 211 | 0 | 0.45 | 0.03 | 0.15 | 303.71 | 0.56 | 0.66 |
| Hex | D9 | 78 | D3 | 0 | 2D | 3 | F | 130 | 38 | 42 |
| Octal | 331 | 170 | 323 | 0 | 55 | 3 | 17 | 460 | 70 | 102 |
| Binary | 11011001 | 1111000 | 11010011 | 0 | 101101 | 11 | 1111 | 100110000 | 111000 | 1000010 |
Color Harmonies of #D978D3
Complementary color
Monochromatic Colors of #D978D3
Black with #D978D3
Text Example
Text Example
White with #D978D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D978D3; }
p { color: rgb(217,120,211); }
H1.HeaderClassName
{
color: #D978D3;
}
.AnyTagClassName
{
color: #D978D3;
}
</style>
background-color css
<style>
a { background-color: #D978D3; }
a { background-color: rgb(217,120,211); }
div.DivClassName
{
background-color: #D978D3;
}
.BgClassName
{
background-color: #D978D3;
}
</style>
border-color css
<style>
span { border-color: #D978D3; }
span { border-color: rgb(217,120,211); }
td.TdClassName
{
border-color: #D978D3;
}
.TagClassName
{
border-color: #D978D3;
}
</style>