Shades of Orchid #D572D1
Tints of Orchid #D572D1
RGB
CMYK
RGB Variations
Color information
#D572D1 (or 0xD572D1) is known color: Orchid. HEX triplet: D5, 72 and D1. RGB value is (213,114,209). Sum of RGB (Red+Green+Blue) = 213+114+209=536 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.74% from 536); Green value is 114 (44.92% from 255 or 21.27% from 536); Blue value is 209 (82.03% from 255 or 38.99% from 536); Max value from RGB is 213 - color contains mainly: red. Hex color #D572D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D572D1 is #2A8D2E. Grayscale: #9A9A9A. Windows color (decimal): -2788655 or 13726421. OLE color: 13726421.
HSL color Cylindrical-coordinate representation of color #D572D1: hue angle of 302.42º 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 #D572D1 is Cyan = 0, Magento = 0.46, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 114 | 209 | - |
| CMYK | 0 | 0.46 | 0.02 | 0.16 |
| HSL | 302.42º | 0.54% | 0.64% | - |
| HSV(B) | 302.42º | 0.46% | 0.84% | - |
| XYZ | 44.97 | 30.78 | 63.89 | - |
| YUV | 154.43 | 158.8 | 169.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 114 | 209 | 0 | 0.46 | 0.02 | 0.16 | 302.42 | 0.54 | 0.64 |
| Hex | D5 | 72 | D1 | 0 | 2E | 2 | 10 | 12E | 36 | 40 |
| Octal | 325 | 162 | 321 | 0 | 56 | 2 | 20 | 456 | 66 | 100 |
| Binary | 11010101 | 1110010 | 11010001 | 0 | 101110 | 10 | 10000 | 100101110 | 110110 | 1000000 |
Color Harmonies of #D572D1
Complementary color
Monochromatic Colors of #D572D1
Black with #D572D1
Text Example
Text Example
White with #D572D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D572D1; }
p { color: rgb(213,114,209); }
H1.HeaderClassName
{
color: #D572D1;
}
.AnyTagClassName
{
color: #D572D1;
}
</style>
background-color css
<style>
a { background-color: #D572D1; }
a { background-color: rgb(213,114,209); }
div.DivClassName
{
background-color: #D572D1;
}
.BgClassName
{
background-color: #D572D1;
}
</style>
border-color css
<style>
span { border-color: #D572D1; }
span { border-color: rgb(213,114,209); }
td.TdClassName
{
border-color: #D572D1;
}
.TagClassName
{
border-color: #D572D1;
}
</style>