Shades of Orchid #D57CD5
Tints of Orchid #D57CD5
RGB
CMYK
RGB Variations
Color information
#D57CD5 (or 0xD57CD5) is known color: Orchid. HEX triplet: D5, 7C and D5. RGB value is (213,124,213). Sum of RGB (Red+Green+Blue) = 213+124+213=550 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.73% from 550); Green value is 124 (48.83% from 255 or 22.55% from 550); Blue value is 213 (83.59% from 255 or 38.73% from 550); Max value from RGB is 213 - color contains mainly: red, blue. Hex color #D57CD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57CD5 is #2A832A. Grayscale: #A0A0A0. Windows color (decimal): -2786091 or 13991125. OLE color: 13991125.
HSL color Cylindrical-coordinate representation of color #D57CD5: hue angle of 300º degrees, saturation: 0.51, 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 #D57CD5 is Cyan = 0, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 124 | 213 | - |
| CMYK | 0 | 0.42 | 0 | 0.16 |
| HSL | 300º | 0.51% | 0.66% | - |
| HSV(B) | 300º | 0.42% | 0.84% | - |
| XYZ | 46.66 | 33.37 | 66.93 | - |
| YUV | 160.76 | 157.49 | 165.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 124 | 213 | 0 | 0.42 | 0 | 0.16 | 300 | 0.51 | 0.66 |
| Hex | D5 | 7C | D5 | 0 | 2A | 0 | 10 | 12C | 33 | 42 |
| Octal | 325 | 174 | 325 | 0 | 52 | 0 | 20 | 454 | 63 | 102 |
| Binary | 11010101 | 1111100 | 11010101 | 0 | 101010 | 0 | 10000 | 100101100 | 110011 | 1000010 |
Color Harmonies of #D57CD5
Complementary color
Monochromatic Colors of #D57CD5
Black with #D57CD5
Text Example
Text Example
White with #D57CD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57CD5; }
p { color: rgb(213,124,213); }
H1.HeaderClassName
{
color: #D57CD5;
}
.AnyTagClassName
{
color: #D57CD5;
}
</style>
background-color css
<style>
a { background-color: #D57CD5; }
a { background-color: rgb(213,124,213); }
div.DivClassName
{
background-color: #D57CD5;
}
.BgClassName
{
background-color: #D57CD5;
}
</style>
border-color css
<style>
span { border-color: #D57CD5; }
span { border-color: rgb(213,124,213); }
td.TdClassName
{
border-color: #D57CD5;
}
.TagClassName
{
border-color: #D57CD5;
}
</style>