Shades of Orchid #D778DC
Tints of Orchid #D778DC
RGB
CMYK
RGB Variations
Color information
#D778DC (or 0xD778DC) is known color: Orchid. HEX triplet: D7, 78 and DC. RGB value is (215,120,220). Sum of RGB (Red+Green+Blue) = 215+120+220=555 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.74% from 555); Green value is 120 (47.27% from 255 or 21.62% from 555); Blue value is 220 (86.33% from 255 or 39.64% from 555); Max value from RGB is 220 - color contains mainly: blue. Hex color #D778DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D778DC is #288723. Grayscale: #9F9F9F. Windows color (decimal): -2656036 or 14448855. OLE color: 14448855.
HSL color Cylindrical-coordinate representation of color #D778DC: hue angle of 297º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D778DC is Cyan = 0.02, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 215 | 120 | 220 | - |
| CMYK | 0.02 | 0.45 | 0 | 0.14 |
| HSL | 297º | 0.59% | 0.67% | - |
| HSV(B) | 297º | 0.45% | 0.86% | - |
| XYZ | 47.66 | 33.05 | 71.58 | - |
| YUV | 159.81 | 161.97 | 167.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 120 | 220 | 0.02 | 0.45 | 0 | 0.14 | 297 | 0.59 | 0.67 |
| Hex | D7 | 78 | DC | 2 | 2D | 0 | E | 129 | 3B | 43 |
| Octal | 327 | 170 | 334 | 2 | 55 | 0 | 16 | 451 | 73 | 103 |
| Binary | 11010111 | 1111000 | 11011100 | 10 | 101101 | 0 | 1110 | 100101001 | 111011 | 1000011 |
Color Harmonies of #D778DC
Complementary color
Monochromatic Colors of #D778DC
Black with #D778DC
Text Example
Text Example
White with #D778DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D778DC; }
p { color: rgb(215,120,220); }
H1.HeaderClassName
{
color: #D778DC;
}
.AnyTagClassName
{
color: #D778DC;
}
</style>
background-color css
<style>
a { background-color: #D778DC; }
a { background-color: rgb(215,120,220); }
div.DivClassName
{
background-color: #D778DC;
}
.BgClassName
{
background-color: #D778DC;
}
</style>
border-color css
<style>
span { border-color: #D778DC; }
span { border-color: rgb(215,120,220); }
td.TdClassName
{
border-color: #D778DC;
}
.TagClassName
{
border-color: #D778DC;
}
</style>