Shades of Orchid #D57CCD
Tints of Orchid #D57CCD
RGB
CMYK
RGB Variations
Color information
#D57CCD (or 0xD57CCD) is known color: Orchid. HEX triplet: D5, 7C and CD. RGB value is (213,124,205). Sum of RGB (Red+Green+Blue) = 213+124+205=542 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.30% from 542); Green value is 124 (48.83% from 255 or 22.88% from 542); Blue value is 205 (80.47% from 255 or 37.82% from 542); Max value from RGB is 213 - color contains mainly: red. Hex color #D57CCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57CCD is #2A8332. Grayscale: #9F9F9F. Windows color (decimal): -2786099 or 13466837. OLE color: 13466837.
HSL color Cylindrical-coordinate representation of color #D57CCD: hue angle of 305.39º 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 #D57CCD is Cyan = 0, Magento = 0.42, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 124 | 205 | - |
| CMYK | 0 | 0.42 | 0.04 | 0.16 |
| HSL | 305.39º | 0.51% | 0.66% | - |
| HSV(B) | 305.39º | 0.42% | 0.84% | - |
| XYZ | 45.67 | 32.97 | 61.71 | - |
| YUV | 159.85 | 153.49 | 165.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 124 | 205 | 0 | 0.42 | 0.04 | 0.16 | 305.39 | 0.51 | 0.66 |
| Hex | D5 | 7C | CD | 0 | 2A | 4 | 10 | 131 | 33 | 42 |
| Octal | 325 | 174 | 315 | 0 | 52 | 4 | 20 | 461 | 63 | 102 |
| Binary | 11010101 | 1111100 | 11001101 | 0 | 101010 | 100 | 10000 | 100110001 | 110011 | 1000010 |
Color Harmonies of #D57CCD
Complementary color
Monochromatic Colors of #D57CCD
Black with #D57CCD
Text Example
Text Example
White with #D57CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57CCD; }
p { color: rgb(213,124,205); }
H1.HeaderClassName
{
color: #D57CCD;
}
.AnyTagClassName
{
color: #D57CCD;
}
</style>
background-color css
<style>
a { background-color: #D57CCD; }
a { background-color: rgb(213,124,205); }
div.DivClassName
{
background-color: #D57CCD;
}
.BgClassName
{
background-color: #D57CCD;
}
</style>
border-color css
<style>
span { border-color: #D57CCD; }
span { border-color: rgb(213,124,205); }
td.TdClassName
{
border-color: #D57CCD;
}
.TagClassName
{
border-color: #D57CCD;
}
</style>