Shades of Orchid #D576DB
Tints of Orchid #D576DB
RGB
CMYK
RGB Variations
Color information
#D576DB (or 0xD576DB) is known color: Orchid. HEX triplet: D5, 76 and DB. RGB value is (213,118,219). Sum of RGB (Red+Green+Blue) = 213+118+219=550 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.73% from 550); Green value is 118 (46.48% from 255 or 21.45% from 550); Blue value is 219 (85.94% from 255 or 39.82% from 550); Max value from RGB is 219 - color contains mainly: blue. Hex color #D576DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D576DB is #2A8924. Grayscale: #9D9D9D. Windows color (decimal): -2787621 or 14382805. OLE color: 14382805.
HSL color Cylindrical-coordinate representation of color #D576DB: hue angle of 296.44º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D576DB is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 213 | 118 | 219 | - |
| CMYK | 0.03 | 0.46 | 0 | 0.14 |
| HSL | 296.44º | 0.58% | 0.66% | - |
| HSV(B) | 296.44º | 0.46% | 0.86% | - |
| XYZ | 46.71 | 32.22 | 70.77 | - |
| YUV | 157.92 | 162.47 | 167.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 118 | 219 | 0.03 | 0.46 | 0 | 0.14 | 296.44 | 0.58 | 0.66 |
| Hex | D5 | 76 | DB | 3 | 2E | 0 | E | 128 | 3A | 42 |
| Octal | 325 | 166 | 333 | 3 | 56 | 0 | 16 | 450 | 72 | 102 |
| Binary | 11010101 | 1110110 | 11011011 | 11 | 101110 | 0 | 1110 | 100101000 | 111010 | 1000010 |
Color Harmonies of #D576DB
Complementary color
Monochromatic Colors of #D576DB
Black with #D576DB
Text Example
Text Example
White with #D576DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D576DB; }
p { color: rgb(213,118,219); }
H1.HeaderClassName
{
color: #D576DB;
}
.AnyTagClassName
{
color: #D576DB;
}
</style>
background-color css
<style>
a { background-color: #D576DB; }
a { background-color: rgb(213,118,219); }
div.DivClassName
{
background-color: #D576DB;
}
.BgClassName
{
background-color: #D576DB;
}
</style>
border-color css
<style>
span { border-color: #D576DB; }
span { border-color: rgb(213,118,219); }
td.TdClassName
{
border-color: #D576DB;
}
.TagClassName
{
border-color: #D576DB;
}
</style>