Shades of Orchid #D570BA
Tints of Orchid #D570BA
RGB
CMYK
RGB Variations
Color information
#D570BA (or 0xD570BA) is known color: Orchid. HEX triplet: D5, 70 and BA. RGB value is (213,112,186). Sum of RGB (Red+Green+Blue) = 213+112+186=511 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.68% from 511); Green value is 112 (44.14% from 255 or 21.92% from 511); Blue value is 186 (73.05% from 255 or 36.40% from 511); Max value from RGB is 213 - color contains mainly: red. Hex color #D570BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D570BA is #2A8F45. Grayscale: #969696. Windows color (decimal): -2789190 or 12218581. OLE color: 12218581.
HSL color Cylindrical-coordinate representation of color #D570BA: hue angle of 316.04º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D570BA is Cyan = 0, Magento = 0.47, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 112 | 186 | - |
| CMYK | 0 | 0.47 | 0.13 | 0.16 |
| HSL | 316.04º | 0.55% | 0.64% | - |
| HSV(B) | 316.04º | 0.47% | 0.84% | - |
| XYZ | 42.1 | 29.28 | 49.89 | - |
| YUV | 150.64 | 147.96 | 172.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 112 | 186 | 0 | 0.47 | 0.13 | 0.16 | 316.04 | 0.55 | 0.64 |
| Hex | D5 | 70 | BA | 0 | 2F | D | 10 | 13C | 37 | 40 |
| Octal | 325 | 160 | 272 | 0 | 57 | 15 | 20 | 474 | 67 | 100 |
| Binary | 11010101 | 1110000 | 10111010 | 0 | 101111 | 1101 | 10000 | 100111100 | 110111 | 1000000 |
Color Harmonies of #D570BA
Complementary color
Monochromatic Colors of #D570BA
Black with #D570BA
Text Example
Text Example
White with #D570BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D570BA; }
p { color: rgb(213,112,186); }
H1.HeaderClassName
{
color: #D570BA;
}
.AnyTagClassName
{
color: #D570BA;
}
</style>
background-color css
<style>
a { background-color: #D570BA; }
a { background-color: rgb(213,112,186); }
div.DivClassName
{
background-color: #D570BA;
}
.BgClassName
{
background-color: #D570BA;
}
</style>
border-color css
<style>
span { border-color: #D570BA; }
span { border-color: rgb(213,112,186); }
td.TdClassName
{
border-color: #D570BA;
}
.TagClassName
{
border-color: #D570BA;
}
</style>