Shades of Orchid #D570DF
Tints of Orchid #D570DF
RGB
CMYK
RGB Variations
Color information
#D570DF (or 0xD570DF) is known color: Orchid. HEX triplet: D5, 70 and DF. RGB value is (213,112,223). Sum of RGB (Red+Green+Blue) = 213+112+223=548 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.87% from 548); Green value is 112 (44.14% from 255 or 20.44% from 548); Blue value is 223 (87.5% from 255 or 40.69% from 548); Max value from RGB is 223 - color contains mainly: blue. Hex color #D570DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D570DF is #2A8F20. Grayscale: #9A9A9A. Windows color (decimal): -2789153 or 14643413. OLE color: 14643413.
HSL color Cylindrical-coordinate representation of color #D570DF: hue angle of 294.59º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D570DF is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 112 | 223 | - |
| CMYK | 0.04 | 0.50 | 0 | 0.13 |
| HSL | 294.59º | 0.63% | 0.66% | - |
| HSV(B) | 294.59º | 0.5% | 0.87% | - |
| XYZ | 46.55 | 31.06 | 73.35 | - |
| YUV | 154.85 | 166.46 | 169.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 112 | 223 | 0.04 | 0.50 | 0 | 0.13 | 294.59 | 0.63 | 0.66 |
| Hex | D5 | 70 | DF | 4 | 32 | 0 | D | 127 | 3F | 42 |
| Octal | 325 | 160 | 337 | 4 | 62 | 0 | 15 | 447 | 77 | 102 |
| Binary | 11010101 | 1110000 | 11011111 | 100 | 110010 | 0 | 1101 | 100100111 | 111111 | 1000010 |
Color Harmonies of #D570DF
Complementary color
Monochromatic Colors of #D570DF
Black with #D570DF
Text Example
Text Example
White with #D570DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D570DF; }
p { color: rgb(213,112,223); }
H1.HeaderClassName
{
color: #D570DF;
}
.AnyTagClassName
{
color: #D570DF;
}
</style>
background-color css
<style>
a { background-color: #D570DF; }
a { background-color: rgb(213,112,223); }
div.DivClassName
{
background-color: #D570DF;
}
.BgClassName
{
background-color: #D570DF;
}
</style>
border-color css
<style>
span { border-color: #D570DF; }
span { border-color: rgb(213,112,223); }
td.TdClassName
{
border-color: #D570DF;
}
.TagClassName
{
border-color: #D570DF;
}
</style>