Shades of Orchid #D576D3
Tints of Orchid #D576D3
RGB
CMYK
RGB Variations
Color information
#D576D3 (or 0xD576D3) is known color: Orchid. HEX triplet: D5, 76 and D3. RGB value is (213,118,211). Sum of RGB (Red+Green+Blue) = 213+118+211=542 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.30% from 542); Green value is 118 (46.48% from 255 or 21.77% from 542); Blue value is 211 (82.81% from 255 or 38.93% from 542); Max value from RGB is 213 - color contains mainly: red. Hex color #D576D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D576D3 is #2A892C. Grayscale: #9C9C9C. Windows color (decimal): -2787629 or 13858517. OLE color: 13858517.
HSL color Cylindrical-coordinate representation of color #D576D3: hue angle of 301.26º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D576D3 is Cyan = 0, Magento = 0.45, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 118 | 211 | - |
| CMYK | 0 | 0.45 | 0.01 | 0.16 |
| HSL | 301.26º | 0.53% | 0.65% | - |
| HSV(B) | 301.26º | 0.45% | 0.84% | - |
| XYZ | 45.68 | 31.81 | 65.36 | - |
| YUV | 157.01 | 158.47 | 167.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 118 | 211 | 0 | 0.45 | 0.01 | 0.16 | 301.26 | 0.53 | 0.65 |
| Hex | D5 | 76 | D3 | 0 | 2D | 1 | 10 | 12D | 35 | 41 |
| Octal | 325 | 166 | 323 | 0 | 55 | 1 | 20 | 455 | 65 | 101 |
| Binary | 11010101 | 1110110 | 11010011 | 0 | 101101 | 1 | 10000 | 100101101 | 110101 | 1000001 |
Color Harmonies of #D576D3
Complementary color
Monochromatic Colors of #D576D3
Black with #D576D3
Text Example
Text Example
White with #D576D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D576D3; }
p { color: rgb(213,118,211); }
H1.HeaderClassName
{
color: #D576D3;
}
.AnyTagClassName
{
color: #D576D3;
}
</style>
background-color css
<style>
a { background-color: #D576D3; }
a { background-color: rgb(213,118,211); }
div.DivClassName
{
background-color: #D576D3;
}
.BgClassName
{
background-color: #D576D3;
}
</style>
border-color css
<style>
span { border-color: #D576D3; }
span { border-color: rgb(213,118,211); }
td.TdClassName
{
border-color: #D576D3;
}
.TagClassName
{
border-color: #D576D3;
}
</style>