Shades of Orchid #D57EC2
Tints of Orchid #D57EC2
RGB
CMYK
RGB Variations
Color information
#D57EC2 (or 0xD57EC2) is known color: Orchid. HEX triplet: D5, 7E and C2. RGB value is (213,126,194). Sum of RGB (Red+Green+Blue) = 213+126+194=533 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.96% from 533); Green value is 126 (49.61% from 255 or 23.64% from 533); Blue value is 194 (76.17% from 255 or 36.40% from 533); Max value from RGB is 213 - color contains mainly: red. Hex color #D57EC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57EC2 is #2A813D. Grayscale: #9F9F9F. Windows color (decimal): -2785598 or 12746453. OLE color: 12746453.
HSL color Cylindrical-coordinate representation of color #D57EC2: hue angle of 313.1º 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 #D57EC2 is Cyan = 0, Magento = 0.41, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 126 | 194 | - |
| CMYK | 0 | 0.41 | 0.09 | 0.16 |
| HSL | 313.1º | 0.51% | 0.66% | - |
| HSV(B) | 313.1º | 0.41% | 0.84% | - |
| XYZ | 44.64 | 32.96 | 55.05 | - |
| YUV | 159.77 | 147.32 | 165.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 126 | 194 | 0 | 0.41 | 0.09 | 0.16 | 313.1 | 0.51 | 0.66 |
| Hex | D5 | 7E | C2 | 0 | 29 | 9 | 10 | 139 | 33 | 42 |
| Octal | 325 | 176 | 302 | 0 | 51 | 11 | 20 | 471 | 63 | 102 |
| Binary | 11010101 | 1111110 | 11000010 | 0 | 101001 | 1001 | 10000 | 100111001 | 110011 | 1000010 |
Color Harmonies of #D57EC2
Complementary color
Monochromatic Colors of #D57EC2
Black with #D57EC2
Text Example
Text Example
White with #D57EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57EC2; }
p { color: rgb(213,126,194); }
H1.HeaderClassName
{
color: #D57EC2;
}
.AnyTagClassName
{
color: #D57EC2;
}
</style>
background-color css
<style>
a { background-color: #D57EC2; }
a { background-color: rgb(213,126,194); }
div.DivClassName
{
background-color: #D57EC2;
}
.BgClassName
{
background-color: #D57EC2;
}
</style>
border-color css
<style>
span { border-color: #D57EC2; }
span { border-color: rgb(213,126,194); }
td.TdClassName
{
border-color: #D57EC2;
}
.TagClassName
{
border-color: #D57EC2;
}
</style>