Shades of Orchid #D57FDF
Tints of Orchid #D57FDF
RGB
CMYK
RGB Variations
Color information
#D57FDF (or 0xD57FDF) is known color: Orchid. HEX triplet: D5, 7F and DF. RGB value is (213,127,223). Sum of RGB (Red+Green+Blue) = 213+127+223=563 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.83% from 563); Green value is 127 (50% from 255 or 22.56% from 563); Blue value is 223 (87.5% from 255 or 39.61% from 563); Max value from RGB is 223 - color contains mainly: blue. Hex color #D57FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57FDF is #2A8020. Grayscale: #A3A3A3. Windows color (decimal): -2785313 or 14647253. OLE color: 14647253.
HSL color Cylindrical-coordinate representation of color #D57FDF: hue angle of 293.75º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D57FDF is Cyan = 0.04, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 127 | 223 | - |
| CMYK | 0.04 | 0.43 | 0 | 0.13 |
| HSL | 293.75º | 0.6% | 0.69% | - |
| HSV(B) | 293.75º | 0.43% | 0.87% | - |
| XYZ | 48.35 | 34.65 | 73.95 | - |
| YUV | 163.66 | 161.49 | 163.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 127 | 223 | 0.04 | 0.43 | 0 | 0.13 | 293.75 | 0.6 | 0.69 |
| Hex | D5 | 7F | DF | 4 | 2B | 0 | D | 126 | 3C | 45 |
| Octal | 325 | 177 | 337 | 4 | 53 | 0 | 15 | 446 | 74 | 105 |
| Binary | 11010101 | 1111111 | 11011111 | 100 | 101011 | 0 | 1101 | 100100110 | 111100 | 1000101 |
Color Harmonies of #D57FDF
Complementary color
Monochromatic Colors of #D57FDF
Black with #D57FDF
Text Example
Text Example
White with #D57FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57FDF; }
p { color: rgb(213,127,223); }
H1.HeaderClassName
{
color: #D57FDF;
}
.AnyTagClassName
{
color: #D57FDF;
}
</style>
background-color css
<style>
a { background-color: #D57FDF; }
a { background-color: rgb(213,127,223); }
div.DivClassName
{
background-color: #D57FDF;
}
.BgClassName
{
background-color: #D57FDF;
}
</style>
border-color css
<style>
span { border-color: #D57FDF; }
span { border-color: rgb(213,127,223); }
td.TdClassName
{
border-color: #D57FDF;
}
.TagClassName
{
border-color: #D57FDF;
}
</style>