Shades of Orchid #D778DB
Tints of Orchid #D778DB
RGB
CMYK
RGB Variations
Color information
#D778DB (or 0xD778DB) is known color: Orchid. HEX triplet: D7, 78 and DB. RGB value is (215,120,219). Sum of RGB (Red+Green+Blue) = 215+120+219=554 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.81% from 554); Green value is 120 (47.27% from 255 or 21.66% from 554); Blue value is 219 (85.94% from 255 or 39.53% from 554); Max value from RGB is 219 - color contains mainly: blue. Hex color #D778DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D778DB is #288724. Grayscale: #9F9F9F. Windows color (decimal): -2656037 or 14383319. OLE color: 14383319.
HSL color Cylindrical-coordinate representation of color #D778DB: hue angle of 297.58º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D778DB is Cyan = 0.02, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 215 | 120 | 219 | - |
| CMYK | 0.02 | 0.45 | 0 | 0.14 |
| HSL | 297.58º | 0.58% | 0.66% | - |
| HSV(B) | 297.58º | 0.45% | 0.86% | - |
| XYZ | 47.53 | 32.99 | 70.88 | - |
| YUV | 159.69 | 161.47 | 167.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 120 | 219 | 0.02 | 0.45 | 0 | 0.14 | 297.58 | 0.58 | 0.66 |
| Hex | D7 | 78 | DB | 2 | 2D | 0 | E | 12A | 3A | 42 |
| Octal | 327 | 170 | 333 | 2 | 55 | 0 | 16 | 452 | 72 | 102 |
| Binary | 11010111 | 1111000 | 11011011 | 10 | 101101 | 0 | 1110 | 100101010 | 111010 | 1000010 |
Color Harmonies of #D778DB
Complementary color
Monochromatic Colors of #D778DB
Black with #D778DB
Text Example
Text Example
White with #D778DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D778DB; }
p { color: rgb(215,120,219); }
H1.HeaderClassName
{
color: #D778DB;
}
.AnyTagClassName
{
color: #D778DB;
}
</style>
background-color css
<style>
a { background-color: #D778DB; }
a { background-color: rgb(215,120,219); }
div.DivClassName
{
background-color: #D778DB;
}
.BgClassName
{
background-color: #D778DB;
}
</style>
border-color css
<style>
span { border-color: #D778DB; }
span { border-color: rgb(215,120,219); }
td.TdClassName
{
border-color: #D778DB;
}
.TagClassName
{
border-color: #D778DB;
}
</style>