Shades of Orchid #D57FC1
Tints of Orchid #D57FC1
RGB
CMYK
RGB Variations
Color information
#D57FC1 (or 0xD57FC1) is known color: Orchid. HEX triplet: D5, 7F and C1. RGB value is (213,127,193). Sum of RGB (Red+Green+Blue) = 213+127+193=533 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.96% from 533); Green value is 127 (50% from 255 or 23.83% from 533); Blue value is 193 (75.78% from 255 or 36.21% from 533); Max value from RGB is 213 - color contains mainly: red. Hex color #D57FC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57FC1 is #2A803E. Grayscale: #A0A0A0. Windows color (decimal): -2785343 or 12681173. OLE color: 12681173.
HSL color Cylindrical-coordinate representation of color #D57FC1: hue angle of 313.95º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D57FC1 is Cyan = 0, Magento = 0.40, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 127 | 193 | - |
| CMYK | 0 | 0.40 | 0.09 | 0.16 |
| HSL | 313.95º | 0.51% | 0.67% | - |
| HSV(B) | 313.95º | 0.4% | 0.84% | - |
| XYZ | 44.66 | 33.18 | 54.5 | - |
| YUV | 160.24 | 146.49 | 165.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 127 | 193 | 0 | 0.40 | 0.09 | 0.16 | 313.95 | 0.51 | 0.67 |
| Hex | D5 | 7F | C1 | 0 | 28 | 9 | 10 | 13A | 33 | 43 |
| Octal | 325 | 177 | 301 | 0 | 50 | 11 | 20 | 472 | 63 | 103 |
| Binary | 11010101 | 1111111 | 11000001 | 0 | 101000 | 1001 | 10000 | 100111010 | 110011 | 1000011 |
Color Harmonies of #D57FC1
Complementary color
Monochromatic Colors of #D57FC1
Black with #D57FC1
Text Example
Text Example
White with #D57FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57FC1; }
p { color: rgb(213,127,193); }
H1.HeaderClassName
{
color: #D57FC1;
}
.AnyTagClassName
{
color: #D57FC1;
}
</style>
background-color css
<style>
a { background-color: #D57FC1; }
a { background-color: rgb(213,127,193); }
div.DivClassName
{
background-color: #D57FC1;
}
.BgClassName
{
background-color: #D57FC1;
}
</style>
border-color css
<style>
span { border-color: #D57FC1; }
span { border-color: rgb(213,127,193); }
td.TdClassName
{
border-color: #D57FC1;
}
.TagClassName
{
border-color: #D57FC1;
}
</style>