Shades of Orchid #D779D6
Tints of Orchid #D779D6
RGB
CMYK
RGB Variations
Color information
#D779D6 (or 0xD779D6) is known color: Orchid. HEX triplet: D7, 79 and D6. RGB value is (215,121,214). Sum of RGB (Red+Green+Blue) = 215+121+214=550 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.09% from 550); Green value is 121 (47.66% from 255 or 22% from 550); Blue value is 214 (83.98% from 255 or 38.91% from 550); Max value from RGB is 215 - color contains mainly: red. Hex color #D779D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D779D6 is #288629. Grayscale: #9F9F9F. Windows color (decimal): -2655786 or 14055895. OLE color: 14055895.
HSL color Cylindrical-coordinate representation of color #D779D6: hue angle of 300.64º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D779D6 is Cyan = 0, Magento = 0.44, Yellow = 0.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 121 | 214 | - |
| CMYK | 0 | 0.44 | 0.00 | 0.16 |
| HSL | 300.64º | 0.54% | 0.66% | - |
| HSV(B) | 300.64º | 0.44% | 0.84% | - |
| XYZ | 47 | 32.98 | 67.51 | - |
| YUV | 159.71 | 158.64 | 167.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 121 | 214 | 0 | 0.44 | 0.00 | 0.16 | 300.64 | 0.54 | 0.66 |
| Hex | D7 | 79 | D6 | 0 | 2C | 0 | 10 | 12D | 36 | 42 |
| Octal | 327 | 171 | 326 | 0 | 54 | 0 | 20 | 455 | 66 | 102 |
| Binary | 11010111 | 1111001 | 11010110 | 0 | 101100 | 0 | 10000 | 100101101 | 110110 | 1000010 |
Color Harmonies of #D779D6
Complementary color
Monochromatic Colors of #D779D6
Black with #D779D6
Text Example
Text Example
White with #D779D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D779D6; }
p { color: rgb(215,121,214); }
H1.HeaderClassName
{
color: #D779D6;
}
.AnyTagClassName
{
color: #D779D6;
}
</style>
background-color css
<style>
a { background-color: #D779D6; }
a { background-color: rgb(215,121,214); }
div.DivClassName
{
background-color: #D779D6;
}
.BgClassName
{
background-color: #D779D6;
}
</style>
border-color css
<style>
span { border-color: #D779D6; }
span { border-color: rgb(215,121,214); }
td.TdClassName
{
border-color: #D779D6;
}
.TagClassName
{
border-color: #D779D6;
}
</style>