Shades of Orchid #D776DC
Tints of Orchid #D776DC
RGB
CMYK
RGB Variations
Color information
#D776DC (or 0xD776DC) is known color: Orchid. HEX triplet: D7, 76 and DC. RGB value is (215,118,220). Sum of RGB (Red+Green+Blue) = 215+118+220=553 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.88% from 553); Green value is 118 (46.48% from 255 or 21.34% from 553); Blue value is 220 (86.33% from 255 or 39.78% from 553); Max value from RGB is 220 - color contains mainly: blue. Hex color #D776DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D776DC is #288923. Grayscale: #9E9E9E. Windows color (decimal): -2656548 or 14448343. OLE color: 14448343.
HSL color Cylindrical-coordinate representation of color #D776DC: hue angle of 297.06º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D776DC is Cyan = 0.02, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 215 | 118 | 220 | - |
| CMYK | 0.02 | 0.46 | 0 | 0.14 |
| HSL | 297.06º | 0.59% | 0.66% | - |
| HSV(B) | 297.06º | 0.46% | 0.86% | - |
| XYZ | 47.42 | 32.57 | 71.5 | - |
| YUV | 158.63 | 162.64 | 168.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 118 | 220 | 0.02 | 0.46 | 0 | 0.14 | 297.06 | 0.59 | 0.66 |
| Hex | D7 | 76 | DC | 2 | 2E | 0 | E | 129 | 3B | 42 |
| Octal | 327 | 166 | 334 | 2 | 56 | 0 | 16 | 451 | 73 | 102 |
| Binary | 11010111 | 1110110 | 11011100 | 10 | 101110 | 0 | 1110 | 100101001 | 111011 | 1000010 |
Color Harmonies of #D776DC
Complementary color
Monochromatic Colors of #D776DC
Black with #D776DC
Text Example
Text Example
White with #D776DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D776DC; }
p { color: rgb(215,118,220); }
H1.HeaderClassName
{
color: #D776DC;
}
.AnyTagClassName
{
color: #D776DC;
}
</style>
background-color css
<style>
a { background-color: #D776DC; }
a { background-color: rgb(215,118,220); }
div.DivClassName
{
background-color: #D776DC;
}
.BgClassName
{
background-color: #D776DC;
}
</style>
border-color css
<style>
span { border-color: #D776DC; }
span { border-color: rgb(215,118,220); }
td.TdClassName
{
border-color: #D776DC;
}
.TagClassName
{
border-color: #D776DC;
}
</style>