Shades of Orchid #D978E8
Tints of Orchid #D978E8
RGB
CMYK
RGB Variations
Color information
#D978E8 (or 0xD978E8) is known color: Orchid. HEX triplet: D9, 78 and E8. RGB value is (217,120,232). Sum of RGB (Red+Green+Blue) = 217+120+232=569 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.14% from 569); Green value is 120 (47.27% from 255 or 21.09% from 569); Blue value is 232 (91.02% from 255 or 40.77% from 569); Max value from RGB is 232 - color contains mainly: blue. Hex color #D978E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D978E8 is #268717. Grayscale: #A1A1A1. Windows color (decimal): -2524952 or 15235289. OLE color: 15235289.
HSL color Cylindrical-coordinate representation of color #D978E8: hue angle of 291.96º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D978E8 is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 217 | 120 | 232 | - |
| CMYK | 0.06 | 0.48 | 0 | 0.09 |
| HSL | 291.96º | 0.71% | 0.69% | - |
| HSV(B) | 291.96º | 0.48% | 0.91% | - |
| XYZ | 49.9 | 34.01 | 80.28 | - |
| YUV | 161.77 | 167.64 | 167.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 120 | 232 | 0.06 | 0.48 | 0 | 0.09 | 291.96 | 0.71 | 0.69 |
| Hex | D9 | 78 | E8 | 6 | 30 | 0 | 9 | 124 | 47 | 45 |
| Octal | 331 | 170 | 350 | 6 | 60 | 0 | 11 | 444 | 107 | 105 |
| Binary | 11011001 | 1111000 | 11101000 | 110 | 110000 | 0 | 1001 | 100100100 | 1000111 | 1000101 |
Color Harmonies of #D978E8
Complementary color
Monochromatic Colors of #D978E8
Black with #D978E8
Text Example
Text Example
White with #D978E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D978E8; }
p { color: rgb(217,120,232); }
H1.HeaderClassName
{
color: #D978E8;
}
.AnyTagClassName
{
color: #D978E8;
}
</style>
background-color css
<style>
a { background-color: #D978E8; }
a { background-color: rgb(217,120,232); }
div.DivClassName
{
background-color: #D978E8;
}
.BgClassName
{
background-color: #D978E8;
}
</style>
border-color css
<style>
span { border-color: #D978E8; }
span { border-color: rgb(217,120,232); }
td.TdClassName
{
border-color: #D978E8;
}
.TagClassName
{
border-color: #D978E8;
}
</style>