Shades of Orchid #D779DF
Tints of Orchid #D779DF
RGB
CMYK
RGB Variations
Color information
#D779DF (or 0xD779DF) is known color: Orchid. HEX triplet: D7, 79 and DF. RGB value is (215,121,223). Sum of RGB (Red+Green+Blue) = 215+121+223=559 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.46% from 559); Green value is 121 (47.66% from 255 or 21.65% from 559); Blue value is 223 (87.5% from 255 or 39.89% from 559); Max value from RGB is 223 - color contains mainly: blue. Hex color #D779DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D779DF is #288620. Grayscale: #A0A0A0. Windows color (decimal): -2655777 or 14645719. OLE color: 14645719.
HSL color Cylindrical-coordinate representation of color #D779DF: hue angle of 295.29º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D779DF is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 215 | 121 | 223 | - |
| CMYK | 0.04 | 0.46 | 0 | 0.13 |
| HSL | 295.29º | 0.61% | 0.67% | - |
| HSV(B) | 295.29º | 0.46% | 0.87% | - |
| XYZ | 48.18 | 33.45 | 73.73 | - |
| YUV | 160.73 | 163.14 | 166.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 121 | 223 | 0.04 | 0.46 | 0 | 0.13 | 295.29 | 0.61 | 0.67 |
| Hex | D7 | 79 | DF | 4 | 2E | 0 | D | 127 | 3D | 43 |
| Octal | 327 | 171 | 337 | 4 | 56 | 0 | 15 | 447 | 75 | 103 |
| Binary | 11010111 | 1111001 | 11011111 | 100 | 101110 | 0 | 1101 | 100100111 | 111101 | 1000011 |
Color Harmonies of #D779DF
Complementary color
Monochromatic Colors of #D779DF
Black with #D779DF
Text Example
Text Example
White with #D779DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D779DF; }
p { color: rgb(215,121,223); }
H1.HeaderClassName
{
color: #D779DF;
}
.AnyTagClassName
{
color: #D779DF;
}
</style>
background-color css
<style>
a { background-color: #D779DF; }
a { background-color: rgb(215,121,223); }
div.DivClassName
{
background-color: #D779DF;
}
.BgClassName
{
background-color: #D779DF;
}
</style>
border-color css
<style>
span { border-color: #D779DF; }
span { border-color: rgb(215,121,223); }
td.TdClassName
{
border-color: #D779DF;
}
.TagClassName
{
border-color: #D779DF;
}
</style>