Shades of Orchid #D571DD
Tints of Orchid #D571DD
RGB
CMYK
RGB Variations
Color information
#D571DD (or 0xD571DD) is known color: Orchid. HEX triplet: D5, 71 and DD. RGB value is (213,113,221). Sum of RGB (Red+Green+Blue) = 213+113+221=547 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.94% from 547); Green value is 113 (44.53% from 255 or 20.66% from 547); Blue value is 221 (86.72% from 255 or 40.40% from 547); Max value from RGB is 221 - color contains mainly: blue. Hex color #D571DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D571DD is #2A8E22. Grayscale: #9A9A9A. Windows color (decimal): -2788899 or 14512597. OLE color: 14512597.
HSL color Cylindrical-coordinate representation of color #D571DD: hue angle of 295.56º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D571DD is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 113 | 221 | - |
| CMYK | 0.04 | 0.49 | 0 | 0.13 |
| HSL | 295.56º | 0.61% | 0.65% | - |
| HSV(B) | 295.56º | 0.49% | 0.87% | - |
| XYZ | 46.4 | 31.18 | 71.98 | - |
| YUV | 155.21 | 165.13 | 169.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 113 | 221 | 0.04 | 0.49 | 0 | 0.13 | 295.56 | 0.61 | 0.65 |
| Hex | D5 | 71 | DD | 4 | 31 | 0 | D | 128 | 3D | 41 |
| Octal | 325 | 161 | 335 | 4 | 61 | 0 | 15 | 450 | 75 | 101 |
| Binary | 11010101 | 1110001 | 11011101 | 100 | 110001 | 0 | 1101 | 100101000 | 111101 | 1000001 |
Color Harmonies of #D571DD
Complementary color
Monochromatic Colors of #D571DD
Black with #D571DD
Text Example
Text Example
White with #D571DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D571DD; }
p { color: rgb(213,113,221); }
H1.HeaderClassName
{
color: #D571DD;
}
.AnyTagClassName
{
color: #D571DD;
}
</style>
background-color css
<style>
a { background-color: #D571DD; }
a { background-color: rgb(213,113,221); }
div.DivClassName
{
background-color: #D571DD;
}
.BgClassName
{
background-color: #D571DD;
}
</style>
border-color css
<style>
span { border-color: #D571DD; }
span { border-color: rgb(213,113,221); }
td.TdClassName
{
border-color: #D571DD;
}
.TagClassName
{
border-color: #D571DD;
}
</style>