Shades of Orchid #D57ECC
Tints of Orchid #D57ECC
RGB
CMYK
RGB Variations
Color information
#D57ECC (or 0xD57ECC) is known color: Orchid. HEX triplet: D5, 7E and CC. RGB value is (213,126,204). Sum of RGB (Red+Green+Blue) = 213+126+204=543 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.23% from 543); Green value is 126 (49.61% from 255 or 23.20% from 543); Blue value is 204 (80.08% from 255 or 37.57% from 543); Max value from RGB is 213 - color contains mainly: red. Hex color #D57ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57ECC is #2A8133. Grayscale: #A0A0A0. Windows color (decimal): -2785588 or 13401813. OLE color: 13401813.
HSL color Cylindrical-coordinate representation of color #D57ECC: hue angle of 306.21º 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 #D57ECC is Cyan = 0, Magento = 0.41, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 126 | 204 | - |
| CMYK | 0 | 0.41 | 0.04 | 0.16 |
| HSL | 306.21º | 0.51% | 0.66% | - |
| HSV(B) | 306.21º | 0.41% | 0.84% | - |
| XYZ | 45.8 | 33.43 | 61.16 | - |
| YUV | 160.91 | 152.32 | 165.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 126 | 204 | 0 | 0.41 | 0.04 | 0.16 | 306.21 | 0.51 | 0.66 |
| Hex | D5 | 7E | CC | 0 | 29 | 4 | 10 | 132 | 33 | 42 |
| Octal | 325 | 176 | 314 | 0 | 51 | 4 | 20 | 462 | 63 | 102 |
| Binary | 11010101 | 1111110 | 11001100 | 0 | 101001 | 100 | 10000 | 100110010 | 110011 | 1000010 |
Color Harmonies of #D57ECC
Complementary color
Monochromatic Colors of #D57ECC
Black with #D57ECC
Text Example
Text Example
White with #D57ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57ECC; }
p { color: rgb(213,126,204); }
H1.HeaderClassName
{
color: #D57ECC;
}
.AnyTagClassName
{
color: #D57ECC;
}
</style>
background-color css
<style>
a { background-color: #D57ECC; }
a { background-color: rgb(213,126,204); }
div.DivClassName
{
background-color: #D57ECC;
}
.BgClassName
{
background-color: #D57ECC;
}
</style>
border-color css
<style>
span { border-color: #D57ECC; }
span { border-color: rgb(213,126,204); }
td.TdClassName
{
border-color: #D57ECC;
}
.TagClassName
{
border-color: #D57ECC;
}
</style>