Shades of Orchid #D572C7
Tints of Orchid #D572C7
RGB
CMYK
RGB Variations
Color information
#D572C7 (or 0xD572C7) is known color: Orchid. HEX triplet: D5, 72 and C7. RGB value is (213,114,199). Sum of RGB (Red+Green+Blue) = 213+114+199=526 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.49% from 526); Green value is 114 (44.92% from 255 or 21.67% from 526); Blue value is 199 (78.12% from 255 or 37.83% from 526); Max value from RGB is 213 - color contains mainly: red. Hex color #D572C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D572C7 is #2A8D38. Grayscale: #999999. Windows color (decimal): -2788665 or 13071061. OLE color: 13071061.
HSL color Cylindrical-coordinate representation of color #D572C7: hue angle of 308.48º 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 #D572C7 is Cyan = 0, Magento = 0.46, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 114 | 199 | - |
| CMYK | 0 | 0.46 | 0.07 | 0.16 |
| HSL | 308.48º | 0.54% | 0.64% | - |
| HSV(B) | 308.48º | 0.46% | 0.84% | - |
| XYZ | 43.77 | 30.3 | 57.58 | - |
| YUV | 153.29 | 153.8 | 170.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 114 | 199 | 0 | 0.46 | 0.07 | 0.16 | 308.48 | 0.54 | 0.64 |
| Hex | D5 | 72 | C7 | 0 | 2E | 7 | 10 | 134 | 36 | 40 |
| Octal | 325 | 162 | 307 | 0 | 56 | 7 | 20 | 464 | 66 | 100 |
| Binary | 11010101 | 1110010 | 11000111 | 0 | 101110 | 111 | 10000 | 100110100 | 110110 | 1000000 |
Color Harmonies of #D572C7
Complementary color
Monochromatic Colors of #D572C7
Black with #D572C7
Text Example
Text Example
White with #D572C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D572C7; }
p { color: rgb(213,114,199); }
H1.HeaderClassName
{
color: #D572C7;
}
.AnyTagClassName
{
color: #D572C7;
}
</style>
background-color css
<style>
a { background-color: #D572C7; }
a { background-color: rgb(213,114,199); }
div.DivClassName
{
background-color: #D572C7;
}
.BgClassName
{
background-color: #D572C7;
}
</style>
border-color css
<style>
span { border-color: #D572C7; }
span { border-color: rgb(213,114,199); }
td.TdClassName
{
border-color: #D572C7;
}
.TagClassName
{
border-color: #D572C7;
}
</style>