Shades of Orchid #D779C0
Tints of Orchid #D779C0
RGB
CMYK
RGB Variations
Color information
#D779C0 (or 0xD779C0) is known color: Orchid. HEX triplet: D7, 79 and C0. RGB value is (215,121,192). Sum of RGB (Red+Green+Blue) = 215+121+192=528 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.72% from 528); Green value is 121 (47.66% from 255 or 22.92% from 528); Blue value is 192 (75.39% from 255 or 36.36% from 528); Max value from RGB is 215 - color contains mainly: red. Hex color #D779C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D779C0 is #28863F. Grayscale: #9D9D9D. Windows color (decimal): -2655808 or 12614103. OLE color: 12614103.
HSL color Cylindrical-coordinate representation of color #D779C0: hue angle of 314.68º 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 #D779C0 is Cyan = 0, Magento = 0.44, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 121 | 192 | - |
| CMYK | 0 | 0.44 | 0.11 | 0.16 |
| HSL | 314.68º | 0.54% | 0.66% | - |
| HSV(B) | 314.68º | 0.44% | 0.84% | - |
| XYZ | 44.38 | 31.93 | 53.69 | - |
| YUV | 157.2 | 147.64 | 169.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 121 | 192 | 0 | 0.44 | 0.11 | 0.16 | 314.68 | 0.54 | 0.66 |
| Hex | D7 | 79 | C0 | 0 | 2C | B | 10 | 13B | 36 | 42 |
| Octal | 327 | 171 | 300 | 0 | 54 | 13 | 20 | 473 | 66 | 102 |
| Binary | 11010111 | 1111001 | 11000000 | 0 | 101100 | 1011 | 10000 | 100111011 | 110110 | 1000010 |
Color Harmonies of #D779C0
Complementary color
Monochromatic Colors of #D779C0
Black with #D779C0
Text Example
Text Example
White with #D779C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D779C0; }
p { color: rgb(215,121,192); }
H1.HeaderClassName
{
color: #D779C0;
}
.AnyTagClassName
{
color: #D779C0;
}
</style>
background-color css
<style>
a { background-color: #D779C0; }
a { background-color: rgb(215,121,192); }
div.DivClassName
{
background-color: #D779C0;
}
.BgClassName
{
background-color: #D779C0;
}
</style>
border-color css
<style>
span { border-color: #D779C0; }
span { border-color: rgb(215,121,192); }
td.TdClassName
{
border-color: #D779C0;
}
.TagClassName
{
border-color: #D779C0;
}
</style>