Shades of Orchid #D570DD
Tints of Orchid #D570DD
RGB
CMYK
RGB Variations
Color information
#D570DD (or 0xD570DD) is known color: Orchid. HEX triplet: D5, 70 and DD. RGB value is (213,112,221). Sum of RGB (Red+Green+Blue) = 213+112+221=546 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.01% from 546); Green value is 112 (44.14% from 255 or 20.51% from 546); Blue value is 221 (86.72% from 255 or 40.48% from 546); Max value from RGB is 221 - color contains mainly: blue. Hex color #D570DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D570DD is #2A8F22. Grayscale: #9A9A9A. Windows color (decimal): -2789155 or 14512341. OLE color: 14512341.
HSL color Cylindrical-coordinate representation of color #D570DD: hue angle of 295.6º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D570DD is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 112 | 221 | - |
| CMYK | 0.04 | 0.49 | 0 | 0.13 |
| HSL | 295.6º | 0.62% | 0.65% | - |
| HSV(B) | 295.6º | 0.49% | 0.87% | - |
| XYZ | 46.29 | 30.95 | 71.94 | - |
| YUV | 154.63 | 165.46 | 169.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 112 | 221 | 0.04 | 0.49 | 0 | 0.13 | 295.6 | 0.62 | 0.65 |
| Hex | D5 | 70 | DD | 4 | 31 | 0 | D | 128 | 3E | 41 |
| Octal | 325 | 160 | 335 | 4 | 61 | 0 | 15 | 450 | 76 | 101 |
| Binary | 11010101 | 1110000 | 11011101 | 100 | 110001 | 0 | 1101 | 100101000 | 111110 | 1000001 |
Color Harmonies of #D570DD
Complementary color
Monochromatic Colors of #D570DD
Black with #D570DD
Text Example
Text Example
White with #D570DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D570DD; }
p { color: rgb(213,112,221); }
H1.HeaderClassName
{
color: #D570DD;
}
.AnyTagClassName
{
color: #D570DD;
}
</style>
background-color css
<style>
a { background-color: #D570DD; }
a { background-color: rgb(213,112,221); }
div.DivClassName
{
background-color: #D570DD;
}
.BgClassName
{
background-color: #D570DD;
}
</style>
border-color css
<style>
span { border-color: #D570DD; }
span { border-color: rgb(213,112,221); }
td.TdClassName
{
border-color: #D570DD;
}
.TagClassName
{
border-color: #D570DD;
}
</style>