Shades of Orchid #D579C0
Tints of Orchid #D579C0
RGB
CMYK
RGB Variations
Color information
#D579C0 (or 0xD579C0) is known color: Orchid. HEX triplet: D5, 79 and C0. RGB value is (213,121,192). Sum of RGB (Red+Green+Blue) = 213+121+192=526 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.49% from 526); Green value is 121 (47.66% from 255 or 23.00% from 526); Blue value is 192 (75.39% from 255 or 36.50% from 526); Max value from RGB is 213 - color contains mainly: red. Hex color #D579C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D579C0 is #2A863F. Grayscale: #9C9C9C. Windows color (decimal): -2786880 or 12614101. OLE color: 12614101.
HSL color Cylindrical-coordinate representation of color #D579C0: hue angle of 313.7º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D579C0 is Cyan = 0, Magento = 0.43, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 121 | 192 | - |
| CMYK | 0 | 0.43 | 0.10 | 0.16 |
| HSL | 313.7º | 0.52% | 0.65% | - |
| HSV(B) | 313.7º | 0.43% | 0.84% | - |
| XYZ | 43.79 | 31.63 | 53.67 | - |
| YUV | 156.6 | 147.98 | 168.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 121 | 192 | 0 | 0.43 | 0.10 | 0.16 | 313.7 | 0.52 | 0.65 |
| Hex | D5 | 79 | C0 | 0 | 2B | A | 10 | 13A | 34 | 41 |
| Octal | 325 | 171 | 300 | 0 | 53 | 12 | 20 | 472 | 64 | 101 |
| Binary | 11010101 | 1111001 | 11000000 | 0 | 101011 | 1010 | 10000 | 100111010 | 110100 | 1000001 |
Color Harmonies of #D579C0
Complementary color
Monochromatic Colors of #D579C0
Black with #D579C0
Text Example
Text Example
White with #D579C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D579C0; }
p { color: rgb(213,121,192); }
H1.HeaderClassName
{
color: #D579C0;
}
.AnyTagClassName
{
color: #D579C0;
}
</style>
background-color css
<style>
a { background-color: #D579C0; }
a { background-color: rgb(213,121,192); }
div.DivClassName
{
background-color: #D579C0;
}
.BgClassName
{
background-color: #D579C0;
}
</style>
border-color css
<style>
span { border-color: #D579C0; }
span { border-color: rgb(213,121,192); }
td.TdClassName
{
border-color: #D579C0;
}
.TagClassName
{
border-color: #D579C0;
}
</style>