Shades of Orchid #D57DC9
Tints of Orchid #D57DC9
RGB
CMYK
RGB Variations
Color information
#D57DC9 (or 0xD57DC9) is known color: Orchid. HEX triplet: D5, 7D and C9. RGB value is (213,125,201). Sum of RGB (Red+Green+Blue) = 213+125+201=539 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.52% from 539); Green value is 125 (49.22% from 255 or 23.19% from 539); Blue value is 201 (78.91% from 255 or 37.29% from 539); Max value from RGB is 213 - color contains mainly: red. Hex color #D57DC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57DC9 is #2A8236. Grayscale: #9F9F9F. Windows color (decimal): -2785847 or 13204949. OLE color: 13204949.
HSL color Cylindrical-coordinate representation of color #D57DC9: hue angle of 308.18º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D57DC9 is Cyan = 0, Magento = 0.41, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 125 | 201 | - |
| CMYK | 0 | 0.41 | 0.06 | 0.16 |
| HSL | 308.18º | 0.51% | 0.66% | - |
| HSV(B) | 308.18º | 0.41% | 0.84% | - |
| XYZ | 45.32 | 33.03 | 59.25 | - |
| YUV | 159.98 | 151.15 | 165.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 125 | 201 | 0 | 0.41 | 0.06 | 0.16 | 308.18 | 0.51 | 0.66 |
| Hex | D5 | 7D | C9 | 0 | 29 | 6 | 10 | 134 | 33 | 42 |
| Octal | 325 | 175 | 311 | 0 | 51 | 6 | 20 | 464 | 63 | 102 |
| Binary | 11010101 | 1111101 | 11001001 | 0 | 101001 | 110 | 10000 | 100110100 | 110011 | 1000010 |
Color Harmonies of #D57DC9
Complementary color
Monochromatic Colors of #D57DC9
Black with #D57DC9
Text Example
Text Example
White with #D57DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57DC9; }
p { color: rgb(213,125,201); }
H1.HeaderClassName
{
color: #D57DC9;
}
.AnyTagClassName
{
color: #D57DC9;
}
</style>
background-color css
<style>
a { background-color: #D57DC9; }
a { background-color: rgb(213,125,201); }
div.DivClassName
{
background-color: #D57DC9;
}
.BgClassName
{
background-color: #D57DC9;
}
</style>
border-color css
<style>
span { border-color: #D57DC9; }
span { border-color: rgb(213,125,201); }
td.TdClassName
{
border-color: #D57DC9;
}
.TagClassName
{
border-color: #D57DC9;
}
</style>