Shades of Orchid #D079DB
Tints of Orchid #D079DB
RGB
CMYK
RGB Variations
Color information
#D079DB (or 0xD079DB) is known color: Orchid. HEX triplet: D0, 79 and DB. RGB value is (208,121,219). Sum of RGB (Red+Green+Blue) = 208+121+219=548 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.96% from 548); Green value is 121 (47.66% from 255 or 22.08% from 548); Blue value is 219 (85.94% from 255 or 39.96% from 548); Max value from RGB is 219 - color contains mainly: blue. Hex color #D079DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D079DB is #2F8624. Grayscale: #9D9D9D. Windows color (decimal): -3114533 or 14383568. OLE color: 14383568.
HSL color Cylindrical-coordinate representation of color #D079DB: hue angle of 293.27º 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 #D079DB is Cyan = 0.05, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 121 | 219 | - |
| CMYK | 0.05 | 0.45 | 0 | 0.14 |
| HSL | 293.27º | 0.58% | 0.67% | - |
| HSV(B) | 293.27º | 0.45% | 0.86% | - |
| XYZ | 45.64 | 32.2 | 70.83 | - |
| YUV | 158.19 | 162.32 | 163.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 121 | 219 | 0.05 | 0.45 | 0 | 0.14 | 293.27 | 0.58 | 0.67 |
| Hex | D0 | 79 | DB | 5 | 2D | 0 | E | 125 | 3A | 43 |
| Octal | 320 | 171 | 333 | 5 | 55 | 0 | 16 | 445 | 72 | 103 |
| Binary | 11010000 | 1111001 | 11011011 | 101 | 101101 | 0 | 1110 | 100100101 | 111010 | 1000011 |
Color Harmonies of #D079DB
Complementary color
Monochromatic Colors of #D079DB
Black with #D079DB
Text Example
Text Example
White with #D079DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D079DB; }
p { color: rgb(208,121,219); }
H1.HeaderClassName
{
color: #D079DB;
}
.AnyTagClassName
{
color: #D079DB;
}
</style>
background-color css
<style>
a { background-color: #D079DB; }
a { background-color: rgb(208,121,219); }
div.DivClassName
{
background-color: #D079DB;
}
.BgClassName
{
background-color: #D079DB;
}
</style>
border-color css
<style>
span { border-color: #D079DB; }
span { border-color: rgb(208,121,219); }
td.TdClassName
{
border-color: #D079DB;
}
.TagClassName
{
border-color: #D079DB;
}
</style>