Shades of Orchid #D779DB
Tints of Orchid #D779DB
RGB
CMYK
RGB Variations
Color information
#D779DB (or 0xD779DB) is known color: Orchid. HEX triplet: D7, 79 and DB. RGB value is (215,121,219). Sum of RGB (Red+Green+Blue) = 215+121+219=555 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.74% from 555); Green value is 121 (47.66% from 255 or 21.80% from 555); Blue value is 219 (85.94% from 255 or 39.46% from 555); Max value from RGB is 219 - color contains mainly: blue. Hex color #D779DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D779DB is #288624. Grayscale: #9F9F9F. Windows color (decimal): -2655781 or 14383575. OLE color: 14383575.
HSL color Cylindrical-coordinate representation of color #D779DB: hue angle of 297.55º degrees, saturation: 0.58, 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 #D779DB is Cyan = 0.02, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 215 | 121 | 219 | - |
| CMYK | 0.02 | 0.45 | 0 | 0.14 |
| HSL | 297.55º | 0.58% | 0.67% | - |
| HSV(B) | 297.55º | 0.45% | 0.86% | - |
| XYZ | 47.65 | 33.24 | 70.92 | - |
| YUV | 160.28 | 161.14 | 167.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 121 | 219 | 0.02 | 0.45 | 0 | 0.14 | 297.55 | 0.58 | 0.67 |
| Hex | D7 | 79 | DB | 2 | 2D | 0 | E | 12A | 3A | 43 |
| Octal | 327 | 171 | 333 | 2 | 55 | 0 | 16 | 452 | 72 | 103 |
| Binary | 11010111 | 1111001 | 11011011 | 10 | 101101 | 0 | 1110 | 100101010 | 111010 | 1000011 |
Color Harmonies of #D779DB
Complementary color
Monochromatic Colors of #D779DB
Black with #D779DB
Text Example
Text Example
White with #D779DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D779DB; }
p { color: rgb(215,121,219); }
H1.HeaderClassName
{
color: #D779DB;
}
.AnyTagClassName
{
color: #D779DB;
}
</style>
background-color css
<style>
a { background-color: #D779DB; }
a { background-color: rgb(215,121,219); }
div.DivClassName
{
background-color: #D779DB;
}
.BgClassName
{
background-color: #D779DB;
}
</style>
border-color css
<style>
span { border-color: #D779DB; }
span { border-color: rgb(215,121,219); }
td.TdClassName
{
border-color: #D779DB;
}
.TagClassName
{
border-color: #D779DB;
}
</style>