Shades of Orchid #D572BA
Tints of Orchid #D572BA
RGB
CMYK
RGB Variations
Color information
#D572BA (or 0xD572BA) is known color: Orchid. HEX triplet: D5, 72 and BA. RGB value is (213,114,186). Sum of RGB (Red+Green+Blue) = 213+114+186=513 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.52% from 513); Green value is 114 (44.92% from 255 or 22.22% from 513); Blue value is 186 (73.05% from 255 or 36.26% from 513); Max value from RGB is 213 - color contains mainly: red. Hex color #D572BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D572BA is #2A8D45. Grayscale: #979797. Windows color (decimal): -2788678 or 12219093. OLE color: 12219093.
HSL color Cylindrical-coordinate representation of color #D572BA: hue angle of 316.36º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D572BA is Cyan = 0, Magento = 0.46, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 114 | 186 | - |
| CMYK | 0 | 0.46 | 0.13 | 0.16 |
| HSL | 316.36º | 0.54% | 0.64% | - |
| HSV(B) | 316.36º | 0.46% | 0.84% | - |
| XYZ | 42.32 | 29.73 | 49.96 | - |
| YUV | 151.81 | 147.3 | 171.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 114 | 186 | 0 | 0.46 | 0.13 | 0.16 | 316.36 | 0.54 | 0.64 |
| Hex | D5 | 72 | BA | 0 | 2E | D | 10 | 13C | 36 | 40 |
| Octal | 325 | 162 | 272 | 0 | 56 | 15 | 20 | 474 | 66 | 100 |
| Binary | 11010101 | 1110010 | 10111010 | 0 | 101110 | 1101 | 10000 | 100111100 | 110110 | 1000000 |
Color Harmonies of #D572BA
Complementary color
Monochromatic Colors of #D572BA
Black with #D572BA
Text Example
Text Example
White with #D572BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D572BA; }
p { color: rgb(213,114,186); }
H1.HeaderClassName
{
color: #D572BA;
}
.AnyTagClassName
{
color: #D572BA;
}
</style>
background-color css
<style>
a { background-color: #D572BA; }
a { background-color: rgb(213,114,186); }
div.DivClassName
{
background-color: #D572BA;
}
.BgClassName
{
background-color: #D572BA;
}
</style>
border-color css
<style>
span { border-color: #D572BA; }
span { border-color: rgb(213,114,186); }
td.TdClassName
{
border-color: #D572BA;
}
.TagClassName
{
border-color: #D572BA;
}
</style>