Shades of Orchid #D575D9
Tints of Orchid #D575D9
RGB
CMYK
RGB Variations
Color information
#D575D9 (or 0xD575D9) is known color: Orchid. HEX triplet: D5, 75 and D9. RGB value is (213,117,217). Sum of RGB (Red+Green+Blue) = 213+117+217=547 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.94% from 547); Green value is 117 (46.09% from 255 or 21.39% from 547); Blue value is 217 (85.16% from 255 or 39.67% from 547); Max value from RGB is 217 - color contains mainly: blue. Hex color #D575D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D575D9 is #2A8A26. Grayscale: #9C9C9C. Windows color (decimal): -2787879 or 14251477. OLE color: 14251477.
HSL color Cylindrical-coordinate representation of color #D575D9: hue angle of 297.6º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D575D9 is Cyan = 0.02, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 213 | 117 | 217 | - |
| CMYK | 0.02 | 0.46 | 0 | 0.15 |
| HSL | 297.6º | 0.57% | 0.65% | - |
| HSV(B) | 297.6º | 0.46% | 0.85% | - |
| XYZ | 46.33 | 31.88 | 69.36 | - |
| YUV | 157.1 | 161.8 | 167.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 117 | 217 | 0.02 | 0.46 | 0 | 0.15 | 297.6 | 0.57 | 0.65 |
| Hex | D5 | 75 | D9 | 2 | 2E | 0 | F | 12A | 39 | 41 |
| Octal | 325 | 165 | 331 | 2 | 56 | 0 | 17 | 452 | 71 | 101 |
| Binary | 11010101 | 1110101 | 11011001 | 10 | 101110 | 0 | 1111 | 100101010 | 111001 | 1000001 |
Color Harmonies of #D575D9
Complementary color
Monochromatic Colors of #D575D9
Black with #D575D9
Text Example
Text Example
White with #D575D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D575D9; }
p { color: rgb(213,117,217); }
H1.HeaderClassName
{
color: #D575D9;
}
.AnyTagClassName
{
color: #D575D9;
}
</style>
background-color css
<style>
a { background-color: #D575D9; }
a { background-color: rgb(213,117,217); }
div.DivClassName
{
background-color: #D575D9;
}
.BgClassName
{
background-color: #D575D9;
}
</style>
border-color css
<style>
span { border-color: #D575D9; }
span { border-color: rgb(213,117,217); }
td.TdClassName
{
border-color: #D575D9;
}
.TagClassName
{
border-color: #D575D9;
}
</style>