Shades of Orchid #D779CE
Tints of Orchid #D779CE
RGB
CMYK
RGB Variations
Color information
#D779CE (or 0xD779CE) is known color: Orchid. HEX triplet: D7, 79 and CE. RGB value is (215,121,206). Sum of RGB (Red+Green+Blue) = 215+121+206=542 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.67% from 542); Green value is 121 (47.66% from 255 or 22.32% from 542); Blue value is 206 (80.86% from 255 or 38.01% from 542); Max value from RGB is 215 - color contains mainly: red. Hex color #D779CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D779CE is #288631. Grayscale: #9E9E9E. Windows color (decimal): -2655794 or 13531607. OLE color: 13531607.
HSL color Cylindrical-coordinate representation of color #D779CE: hue angle of 305.74º 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 #D779CE is Cyan = 0, Magento = 0.44, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 121 | 206 | - |
| CMYK | 0 | 0.44 | 0.04 | 0.16 |
| HSL | 305.74º | 0.54% | 0.66% | - |
| HSV(B) | 305.74º | 0.44% | 0.84% | - |
| XYZ | 46 | 32.58 | 62.26 | - |
| YUV | 158.8 | 154.64 | 168.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 121 | 206 | 0 | 0.44 | 0.04 | 0.16 | 305.74 | 0.54 | 0.66 |
| Hex | D7 | 79 | CE | 0 | 2C | 4 | 10 | 132 | 36 | 42 |
| Octal | 327 | 171 | 316 | 0 | 54 | 4 | 20 | 462 | 66 | 102 |
| Binary | 11010111 | 1111001 | 11001110 | 0 | 101100 | 100 | 10000 | 100110010 | 110110 | 1000010 |
Color Harmonies of #D779CE
Complementary color
Monochromatic Colors of #D779CE
Black with #D779CE
Text Example
Text Example
White with #D779CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D779CE; }
p { color: rgb(215,121,206); }
H1.HeaderClassName
{
color: #D779CE;
}
.AnyTagClassName
{
color: #D779CE;
}
</style>
background-color css
<style>
a { background-color: #D779CE; }
a { background-color: rgb(215,121,206); }
div.DivClassName
{
background-color: #D779CE;
}
.BgClassName
{
background-color: #D779CE;
}
</style>
border-color css
<style>
span { border-color: #D779CE; }
span { border-color: rgb(215,121,206); }
td.TdClassName
{
border-color: #D779CE;
}
.TagClassName
{
border-color: #D779CE;
}
</style>