Shades of Orchid #D778C5
Tints of Orchid #D778C5
RGB
CMYK
RGB Variations
Color information
#D778C5 (or 0xD778C5) is known color: Orchid. HEX triplet: D7, 78 and C5. RGB value is (215,120,197). Sum of RGB (Red+Green+Blue) = 215+120+197=532 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.41% from 532); Green value is 120 (47.27% from 255 or 22.56% from 532); Blue value is 197 (77.34% from 255 or 37.03% from 532); Max value from RGB is 215 - color contains mainly: red. Hex color #D778C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D778C5 is #28873A. Grayscale: #9C9C9C. Windows color (decimal): -2656059 or 12941527. OLE color: 12941527.
HSL color Cylindrical-coordinate representation of color #D778C5: hue angle of 311.37º 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 #D778C5 is Cyan = 0, Magento = 0.44, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 120 | 197 | - |
| CMYK | 0 | 0.44 | 0.08 | 0.16 |
| HSL | 311.37º | 0.54% | 0.66% | - |
| HSV(B) | 311.37º | 0.44% | 0.84% | - |
| XYZ | 44.82 | 31.91 | 56.62 | - |
| YUV | 157.18 | 150.47 | 169.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 120 | 197 | 0 | 0.44 | 0.08 | 0.16 | 311.37 | 0.54 | 0.66 |
| Hex | D7 | 78 | C5 | 0 | 2C | 8 | 10 | 137 | 36 | 42 |
| Octal | 327 | 170 | 305 | 0 | 54 | 10 | 20 | 467 | 66 | 102 |
| Binary | 11010111 | 1111000 | 11000101 | 0 | 101100 | 1000 | 10000 | 100110111 | 110110 | 1000010 |
Color Harmonies of #D778C5
Complementary color
Monochromatic Colors of #D778C5
Black with #D778C5
Text Example
Text Example
White with #D778C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D778C5; }
p { color: rgb(215,120,197); }
H1.HeaderClassName
{
color: #D778C5;
}
.AnyTagClassName
{
color: #D778C5;
}
</style>
background-color css
<style>
a { background-color: #D778C5; }
a { background-color: rgb(215,120,197); }
div.DivClassName
{
background-color: #D778C5;
}
.BgClassName
{
background-color: #D778C5;
}
</style>
border-color css
<style>
span { border-color: #D778C5; }
span { border-color: rgb(215,120,197); }
td.TdClassName
{
border-color: #D778C5;
}
.TagClassName
{
border-color: #D778C5;
}
</style>