Shades of Orchid #D778DF
Tints of Orchid #D778DF
RGB
CMYK
RGB Variations
Color information
#D778DF (or 0xD778DF) is known color: Orchid. HEX triplet: D7, 78 and DF. RGB value is (215,120,223). Sum of RGB (Red+Green+Blue) = 215+120+223=558 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.53% from 558); Green value is 120 (47.27% from 255 or 21.51% from 558); Blue value is 223 (87.5% from 255 or 39.96% from 558); Max value from RGB is 223 - color contains mainly: blue. Hex color #D778DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D778DF is #288720. Grayscale: #9F9F9F. Windows color (decimal): -2656033 or 14645463. OLE color: 14645463.
HSL color Cylindrical-coordinate representation of color #D778DF: hue angle of 295.34º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D778DF is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 215 | 120 | 223 | - |
| CMYK | 0.04 | 0.46 | 0 | 0.13 |
| HSL | 295.34º | 0.62% | 0.67% | - |
| HSV(B) | 295.34º | 0.46% | 0.87% | - |
| XYZ | 48.06 | 33.21 | 73.69 | - |
| YUV | 160.15 | 163.47 | 167.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 120 | 223 | 0.04 | 0.46 | 0 | 0.13 | 295.34 | 0.62 | 0.67 |
| Hex | D7 | 78 | DF | 4 | 2E | 0 | D | 127 | 3E | 43 |
| Octal | 327 | 170 | 337 | 4 | 56 | 0 | 15 | 447 | 76 | 103 |
| Binary | 11010111 | 1111000 | 11011111 | 100 | 101110 | 0 | 1101 | 100100111 | 111110 | 1000011 |
Color Harmonies of #D778DF
Complementary color
Monochromatic Colors of #D778DF
Black with #D778DF
Text Example
Text Example
White with #D778DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D778DF; }
p { color: rgb(215,120,223); }
H1.HeaderClassName
{
color: #D778DF;
}
.AnyTagClassName
{
color: #D778DF;
}
</style>
background-color css
<style>
a { background-color: #D778DF; }
a { background-color: rgb(215,120,223); }
div.DivClassName
{
background-color: #D778DF;
}
.BgClassName
{
background-color: #D778DF;
}
</style>
border-color css
<style>
span { border-color: #D778DF; }
span { border-color: rgb(215,120,223); }
td.TdClassName
{
border-color: #D778DF;
}
.TagClassName
{
border-color: #D778DF;
}
</style>