Shades of Orchid #D57DCB
Tints of Orchid #D57DCB
RGB
CMYK
RGB Variations
Color information
#D57DCB (or 0xD57DCB) is known color: Orchid. HEX triplet: D5, 7D and CB. RGB value is (213,125,203). Sum of RGB (Red+Green+Blue) = 213+125+203=541 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.37% from 541); Green value is 125 (49.22% from 255 or 23.11% from 541); Blue value is 203 (79.69% from 255 or 37.52% from 541); Max value from RGB is 213 - color contains mainly: red. Hex color #D57DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57DCB is #2A8234. Grayscale: #9F9F9F. Windows color (decimal): -2785845 or 13336021. OLE color: 13336021.
HSL color Cylindrical-coordinate representation of color #D57DCB: hue angle of 306.82º 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 #D57DCB is Cyan = 0, Magento = 0.41, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 125 | 203 | - |
| CMYK | 0 | 0.41 | 0.05 | 0.16 |
| HSL | 306.82º | 0.51% | 0.66% | - |
| HSV(B) | 306.82º | 0.41% | 0.84% | - |
| XYZ | 45.55 | 33.13 | 60.49 | - |
| YUV | 160.2 | 152.15 | 165.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 125 | 203 | 0 | 0.41 | 0.05 | 0.16 | 306.82 | 0.51 | 0.66 |
| Hex | D5 | 7D | CB | 0 | 29 | 5 | 10 | 133 | 33 | 42 |
| Octal | 325 | 175 | 313 | 0 | 51 | 5 | 20 | 463 | 63 | 102 |
| Binary | 11010101 | 1111101 | 11001011 | 0 | 101001 | 101 | 10000 | 100110011 | 110011 | 1000010 |
Color Harmonies of #D57DCB
Complementary color
Monochromatic Colors of #D57DCB
Black with #D57DCB
Text Example
Text Example
White with #D57DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57DCB; }
p { color: rgb(213,125,203); }
H1.HeaderClassName
{
color: #D57DCB;
}
.AnyTagClassName
{
color: #D57DCB;
}
</style>
background-color css
<style>
a { background-color: #D57DCB; }
a { background-color: rgb(213,125,203); }
div.DivClassName
{
background-color: #D57DCB;
}
.BgClassName
{
background-color: #D57DCB;
}
</style>
border-color css
<style>
span { border-color: #D57DCB; }
span { border-color: rgb(213,125,203); }
td.TdClassName
{
border-color: #D57DCB;
}
.TagClassName
{
border-color: #D57DCB;
}
</style>