Shades of Orchid #D575DD
Tints of Orchid #D575DD
RGB
CMYK
RGB Variations
Color information
#D575DD (or 0xD575DD) is known color: Orchid. HEX triplet: D5, 75 and DD. RGB value is (213,117,221). Sum of RGB (Red+Green+Blue) = 213+117+221=551 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.66% from 551); Green value is 117 (46.09% from 255 or 21.23% from 551); Blue value is 221 (86.72% from 255 or 40.11% from 551); Max value from RGB is 221 - color contains mainly: blue. Hex color #D575DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D575DD is #2A8A22. Grayscale: #9D9D9D. Windows color (decimal): -2787875 or 14513621. OLE color: 14513621.
HSL color Cylindrical-coordinate representation of color #D575DD: hue angle of 295.38º 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 #D575DD is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 117 | 221 | - |
| CMYK | 0.04 | 0.47 | 0 | 0.13 |
| HSL | 295.38º | 0.6% | 0.66% | - |
| HSV(B) | 295.38º | 0.47% | 0.87% | - |
| XYZ | 46.85 | 32.09 | 72.13 | - |
| YUV | 157.56 | 163.8 | 167.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 117 | 221 | 0.04 | 0.47 | 0 | 0.13 | 295.38 | 0.6 | 0.66 |
| Hex | D5 | 75 | DD | 4 | 2F | 0 | D | 127 | 3C | 42 |
| Octal | 325 | 165 | 335 | 4 | 57 | 0 | 15 | 447 | 74 | 102 |
| Binary | 11010101 | 1110101 | 11011101 | 100 | 101111 | 0 | 1101 | 100100111 | 111100 | 1000010 |
Color Harmonies of #D575DD
Complementary color
Monochromatic Colors of #D575DD
Black with #D575DD
Text Example
Text Example
White with #D575DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D575DD; }
p { color: rgb(213,117,221); }
H1.HeaderClassName
{
color: #D575DD;
}
.AnyTagClassName
{
color: #D575DD;
}
</style>
background-color css
<style>
a { background-color: #D575DD; }
a { background-color: rgb(213,117,221); }
div.DivClassName
{
background-color: #D575DD;
}
.BgClassName
{
background-color: #D575DD;
}
</style>
border-color css
<style>
span { border-color: #D575DD; }
span { border-color: rgb(213,117,221); }
td.TdClassName
{
border-color: #D575DD;
}
.TagClassName
{
border-color: #D575DD;
}
</style>