Shades of Orchid #D576DD
Tints of Orchid #D576DD
RGB
CMYK
RGB Variations
Color information
#D576DD (or 0xD576DD) is known color: Orchid. HEX triplet: D5, 76 and DD. RGB value is (213,118,221). Sum of RGB (Red+Green+Blue) = 213+118+221=552 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.59% from 552); Green value is 118 (46.48% from 255 or 21.38% from 552); Blue value is 221 (86.72% from 255 or 40.04% from 552); Max value from RGB is 221 - color contains mainly: blue. Hex color #D576DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D576DD is #2A8922. Grayscale: #9D9D9D. Windows color (decimal): -2787619 or 14513877. OLE color: 14513877.
HSL color Cylindrical-coordinate representation of color #D576DD: hue angle of 295.34º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D576DD is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 118 | 221 | - |
| CMYK | 0.04 | 0.47 | 0 | 0.13 |
| HSL | 295.34º | 0.6% | 0.66% | - |
| HSV(B) | 295.34º | 0.47% | 0.87% | - |
| XYZ | 46.97 | 32.32 | 72.17 | - |
| YUV | 158.15 | 163.47 | 167.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 118 | 221 | 0.04 | 0.47 | 0 | 0.13 | 295.34 | 0.6 | 0.66 |
| Hex | D5 | 76 | DD | 4 | 2F | 0 | D | 127 | 3C | 42 |
| Octal | 325 | 166 | 335 | 4 | 57 | 0 | 15 | 447 | 74 | 102 |
| Binary | 11010101 | 1110110 | 11011101 | 100 | 101111 | 0 | 1101 | 100100111 | 111100 | 1000010 |
Color Harmonies of #D576DD
Complementary color
Monochromatic Colors of #D576DD
Black with #D576DD
Text Example
Text Example
White with #D576DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D576DD; }
p { color: rgb(213,118,221); }
H1.HeaderClassName
{
color: #D576DD;
}
.AnyTagClassName
{
color: #D576DD;
}
</style>
background-color css
<style>
a { background-color: #D576DD; }
a { background-color: rgb(213,118,221); }
div.DivClassName
{
background-color: #D576DD;
}
.BgClassName
{
background-color: #D576DD;
}
</style>
border-color css
<style>
span { border-color: #D576DD; }
span { border-color: rgb(213,118,221); }
td.TdClassName
{
border-color: #D576DD;
}
.TagClassName
{
border-color: #D576DD;
}
</style>