Shades of Orchid #D57CD6
Tints of Orchid #D57CD6
RGB
CMYK
RGB Variations
Color information
#D57CD6 (or 0xD57CD6) is known color: Orchid. HEX triplet: D5, 7C and D6. RGB value is (213,124,214). Sum of RGB (Red+Green+Blue) = 213+124+214=551 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.66% from 551); Green value is 124 (48.83% from 255 or 22.50% from 551); Blue value is 214 (83.98% from 255 or 38.84% from 551); Max value from RGB is 214 - color contains mainly: blue. Hex color #D57CD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57CD6 is #2A8329. Grayscale: #A0A0A0. Windows color (decimal): -2786090 or 14056661. OLE color: 14056661.
HSL color Cylindrical-coordinate representation of color #D57CD6: hue angle of 299.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 #D57CD6 is Cyan = 0.00, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 124 | 214 | - |
| CMYK | 0.00 | 0.42 | 0 | 0.16 |
| HSL | 299.33º | 0.52% | 0.66% | - |
| HSV(B) | 299.33º | 0.42% | 0.84% | - |
| XYZ | 46.79 | 33.42 | 67.6 | - |
| YUV | 160.87 | 157.99 | 165.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 124 | 214 | 0.00 | 0.42 | 0 | 0.16 | 299.33 | 0.52 | 0.66 |
| Hex | D5 | 7C | D6 | 0 | 2A | 0 | 10 | 12B | 34 | 42 |
| Octal | 325 | 174 | 326 | 0 | 52 | 0 | 20 | 453 | 64 | 102 |
| Binary | 11010101 | 1111100 | 11010110 | 0 | 101010 | 0 | 10000 | 100101011 | 110100 | 1000010 |
Color Harmonies of #D57CD6
Complementary color
Monochromatic Colors of #D57CD6
Black with #D57CD6
Text Example
Text Example
White with #D57CD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57CD6; }
p { color: rgb(213,124,214); }
H1.HeaderClassName
{
color: #D57CD6;
}
.AnyTagClassName
{
color: #D57CD6;
}
</style>
background-color css
<style>
a { background-color: #D57CD6; }
a { background-color: rgb(213,124,214); }
div.DivClassName
{
background-color: #D57CD6;
}
.BgClassName
{
background-color: #D57CD6;
}
</style>
border-color css
<style>
span { border-color: #D57CD6; }
span { border-color: rgb(213,124,214); }
td.TdClassName
{
border-color: #D57CD6;
}
.TagClassName
{
border-color: #D57CD6;
}
</style>