Shades of Orchid #D977E7
Tints of Orchid #D977E7
RGB
CMYK
RGB Variations
Color information
#D977E7 (or 0xD977E7) is known color: Orchid. HEX triplet: D9, 77 and E7. RGB value is (217,119,231). Sum of RGB (Red+Green+Blue) = 217+119+231=567 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.27% from 567); Green value is 119 (46.88% from 255 or 20.99% from 567); Blue value is 231 (90.62% from 255 or 40.74% from 567); Max value from RGB is 231 - color contains mainly: blue. Hex color #D977E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D977E7 is #268818. Grayscale: #A0A0A0. Windows color (decimal): -2525209 or 15169497. OLE color: 15169497.
HSL color Cylindrical-coordinate representation of color #D977E7: hue angle of 292.5º degrees, saturation: 0.7, 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 #D977E7 is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 217 | 119 | 231 | - |
| CMYK | 0.06 | 0.48 | 0 | 0.09 |
| HSL | 292.5º | 0.7% | 0.69% | - |
| HSV(B) | 292.5º | 0.48% | 0.91% | - |
| XYZ | 49.64 | 33.71 | 79.49 | - |
| YUV | 161.07 | 167.47 | 167.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 119 | 231 | 0.06 | 0.48 | 0 | 0.09 | 292.5 | 0.7 | 0.69 |
| Hex | D9 | 77 | E7 | 6 | 30 | 0 | 9 | 124 | 46 | 45 |
| Octal | 331 | 167 | 347 | 6 | 60 | 0 | 11 | 444 | 106 | 105 |
| Binary | 11011001 | 1110111 | 11100111 | 110 | 110000 | 0 | 1001 | 100100100 | 1000110 | 1000101 |
Color Harmonies of #D977E7
Complementary color
Monochromatic Colors of #D977E7
Black with #D977E7
Text Example
Text Example
White with #D977E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D977E7; }
p { color: rgb(217,119,231); }
H1.HeaderClassName
{
color: #D977E7;
}
.AnyTagClassName
{
color: #D977E7;
}
</style>
background-color css
<style>
a { background-color: #D977E7; }
a { background-color: rgb(217,119,231); }
div.DivClassName
{
background-color: #D977E7;
}
.BgClassName
{
background-color: #D977E7;
}
</style>
border-color css
<style>
span { border-color: #D977E7; }
span { border-color: rgb(217,119,231); }
td.TdClassName
{
border-color: #D977E7;
}
.TagClassName
{
border-color: #D977E7;
}
</style>