Shades of Orchid #D57DCA
Tints of Orchid #D57DCA
RGB
CMYK
RGB Variations
Color information
#D57DCA (or 0xD57DCA) is known color: Orchid. HEX triplet: D5, 7D and CA. RGB value is (213,125,202). Sum of RGB (Red+Green+Blue) = 213+125+202=540 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.44% from 540); Green value is 125 (49.22% from 255 or 23.15% from 540); Blue value is 202 (79.30% from 255 or 37.41% from 540); Max value from RGB is 213 - color contains mainly: red. Hex color #D57DCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57DCA is #2A8235. Grayscale: #9F9F9F. Windows color (decimal): -2785846 or 13270485. OLE color: 13270485.
HSL color Cylindrical-coordinate representation of color #D57DCA: hue angle of 307.5º 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 #D57DCA is Cyan = 0, Magento = 0.41, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 125 | 202 | - |
| CMYK | 0 | 0.41 | 0.05 | 0.16 |
| HSL | 307.5º | 0.51% | 0.66% | - |
| HSV(B) | 307.5º | 0.41% | 0.84% | - |
| XYZ | 45.43 | 33.08 | 59.87 | - |
| YUV | 160.09 | 151.65 | 165.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 125 | 202 | 0 | 0.41 | 0.05 | 0.16 | 307.5 | 0.51 | 0.66 |
| Hex | D5 | 7D | CA | 0 | 29 | 5 | 10 | 134 | 33 | 42 |
| Octal | 325 | 175 | 312 | 0 | 51 | 5 | 20 | 464 | 63 | 102 |
| Binary | 11010101 | 1111101 | 11001010 | 0 | 101001 | 101 | 10000 | 100110100 | 110011 | 1000010 |
Color Harmonies of #D57DCA
Complementary color
Monochromatic Colors of #D57DCA
Black with #D57DCA
Text Example
Text Example
White with #D57DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57DCA; }
p { color: rgb(213,125,202); }
H1.HeaderClassName
{
color: #D57DCA;
}
.AnyTagClassName
{
color: #D57DCA;
}
</style>
background-color css
<style>
a { background-color: #D57DCA; }
a { background-color: rgb(213,125,202); }
div.DivClassName
{
background-color: #D57DCA;
}
.BgClassName
{
background-color: #D57DCA;
}
</style>
border-color css
<style>
span { border-color: #D57DCA; }
span { border-color: rgb(213,125,202); }
td.TdClassName
{
border-color: #D57DCA;
}
.TagClassName
{
border-color: #D57DCA;
}
</style>