Shades of Orchid #D570DA
Tints of Orchid #D570DA
RGB
CMYK
RGB Variations
Color information
#D570DA (or 0xD570DA) is known color: Orchid. HEX triplet: D5, 70 and DA. RGB value is (213,112,218). Sum of RGB (Red+Green+Blue) = 213+112+218=543 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.23% from 543); Green value is 112 (44.14% from 255 or 20.63% from 543); Blue value is 218 (85.55% from 255 or 40.15% from 543); Max value from RGB is 218 - color contains mainly: blue. Hex color #D570DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D570DA is #2A8F25. Grayscale: #999999. Windows color (decimal): -2789158 or 14315733. OLE color: 14315733.
HSL color Cylindrical-coordinate representation of color #D570DA: hue angle of 297.17º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D570DA is Cyan = 0.02, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 213 | 112 | 218 | - |
| CMYK | 0.02 | 0.49 | 0 | 0.15 |
| HSL | 297.17º | 0.59% | 0.65% | - |
| HSV(B) | 297.17º | 0.49% | 0.85% | - |
| XYZ | 45.89 | 30.8 | 69.86 | - |
| YUV | 154.28 | 163.96 | 169.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 112 | 218 | 0.02 | 0.49 | 0 | 0.15 | 297.17 | 0.59 | 0.65 |
| Hex | D5 | 70 | DA | 2 | 31 | 0 | F | 129 | 3B | 41 |
| Octal | 325 | 160 | 332 | 2 | 61 | 0 | 17 | 451 | 73 | 101 |
| Binary | 11010101 | 1110000 | 11011010 | 10 | 110001 | 0 | 1111 | 100101001 | 111011 | 1000001 |
Color Harmonies of #D570DA
Complementary color
Monochromatic Colors of #D570DA
Black with #D570DA
Text Example
Text Example
White with #D570DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D570DA; }
p { color: rgb(213,112,218); }
H1.HeaderClassName
{
color: #D570DA;
}
.AnyTagClassName
{
color: #D570DA;
}
</style>
background-color css
<style>
a { background-color: #D570DA; }
a { background-color: rgb(213,112,218); }
div.DivClassName
{
background-color: #D570DA;
}
.BgClassName
{
background-color: #D570DA;
}
</style>
border-color css
<style>
span { border-color: #D570DA; }
span { border-color: rgb(213,112,218); }
td.TdClassName
{
border-color: #D570DA;
}
.TagClassName
{
border-color: #D570DA;
}
</style>