Shades of Orchid #D572CF
Tints of Orchid #D572CF
RGB
CMYK
RGB Variations
Color information
#D572CF (or 0xD572CF) is known color: Orchid. HEX triplet: D5, 72 and CF. RGB value is (213,114,207). Sum of RGB (Red+Green+Blue) = 213+114+207=534 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.89% from 534); Green value is 114 (44.92% from 255 or 21.35% from 534); Blue value is 207 (81.25% from 255 or 38.76% from 534); Max value from RGB is 213 - color contains mainly: red. Hex color #D572CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D572CF is #2A8D30. Grayscale: #999999. Windows color (decimal): -2788657 or 13595349. OLE color: 13595349.
HSL color Cylindrical-coordinate representation of color #D572CF: hue angle of 303.64º 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 #D572CF is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 114 | 207 | - |
| CMYK | 0 | 0.46 | 0.03 | 0.16 |
| HSL | 303.64º | 0.54% | 0.64% | - |
| HSV(B) | 303.64º | 0.46% | 0.84% | - |
| XYZ | 44.72 | 30.69 | 62.6 | - |
| YUV | 154.2 | 157.8 | 169.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 114 | 207 | 0 | 0.46 | 0.03 | 0.16 | 303.64 | 0.54 | 0.64 |
| Hex | D5 | 72 | CF | 0 | 2E | 3 | 10 | 130 | 36 | 40 |
| Octal | 325 | 162 | 317 | 0 | 56 | 3 | 20 | 460 | 66 | 100 |
| Binary | 11010101 | 1110010 | 11001111 | 0 | 101110 | 11 | 10000 | 100110000 | 110110 | 1000000 |
Color Harmonies of #D572CF
Complementary color
Monochromatic Colors of #D572CF
Black with #D572CF
Text Example
Text Example
White with #D572CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D572CF; }
p { color: rgb(213,114,207); }
H1.HeaderClassName
{
color: #D572CF;
}
.AnyTagClassName
{
color: #D572CF;
}
</style>
background-color css
<style>
a { background-color: #D572CF; }
a { background-color: rgb(213,114,207); }
div.DivClassName
{
background-color: #D572CF;
}
.BgClassName
{
background-color: #D572CF;
}
</style>
border-color css
<style>
span { border-color: #D572CF; }
span { border-color: rgb(213,114,207); }
td.TdClassName
{
border-color: #D572CF;
}
.TagClassName
{
border-color: #D572CF;
}
</style>