Shades of Orchid #D57BCD
Tints of Orchid #D57BCD
RGB
CMYK
RGB Variations
Color information
#D57BCD (or 0xD57BCD) is known color: Orchid. HEX triplet: D5, 7B and CD. RGB value is (213,123,205). Sum of RGB (Red+Green+Blue) = 213+123+205=541 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.37% from 541); Green value is 123 (48.44% from 255 or 22.74% from 541); Blue value is 205 (80.47% from 255 or 37.89% from 541); Max value from RGB is 213 - color contains mainly: red. Hex color #D57BCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57BCD is #2A8432. Grayscale: #9F9F9F. Windows color (decimal): -2786355 or 13466581. OLE color: 13466581.
HSL color Cylindrical-coordinate representation of color #D57BCD: hue angle of 305.33º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D57BCD is Cyan = 0, Magento = 0.42, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 123 | 205 | - |
| CMYK | 0 | 0.42 | 0.04 | 0.16 |
| HSL | 305.33º | 0.52% | 0.66% | - |
| HSV(B) | 305.33º | 0.42% | 0.84% | - |
| XYZ | 45.54 | 32.72 | 61.67 | - |
| YUV | 159.26 | 153.82 | 166.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 123 | 205 | 0 | 0.42 | 0.04 | 0.16 | 305.33 | 0.52 | 0.66 |
| Hex | D5 | 7B | CD | 0 | 2A | 4 | 10 | 131 | 34 | 42 |
| Octal | 325 | 173 | 315 | 0 | 52 | 4 | 20 | 461 | 64 | 102 |
| Binary | 11010101 | 1111011 | 11001101 | 0 | 101010 | 100 | 10000 | 100110001 | 110100 | 1000010 |
Color Harmonies of #D57BCD
Complementary color
Monochromatic Colors of #D57BCD
Black with #D57BCD
Text Example
Text Example
White with #D57BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57BCD; }
p { color: rgb(213,123,205); }
H1.HeaderClassName
{
color: #D57BCD;
}
.AnyTagClassName
{
color: #D57BCD;
}
</style>
background-color css
<style>
a { background-color: #D57BCD; }
a { background-color: rgb(213,123,205); }
div.DivClassName
{
background-color: #D57BCD;
}
.BgClassName
{
background-color: #D57BCD;
}
</style>
border-color css
<style>
span { border-color: #D57BCD; }
span { border-color: rgb(213,123,205); }
td.TdClassName
{
border-color: #D57BCD;
}
.TagClassName
{
border-color: #D57BCD;
}
</style>