Shades of Orchid #D579C8
Tints of Orchid #D579C8
RGB
CMYK
RGB Variations
Color information
#D579C8 (or 0xD579C8) is known color: Orchid. HEX triplet: D5, 79 and C8. RGB value is (213,121,200). Sum of RGB (Red+Green+Blue) = 213+121+200=534 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.89% from 534); Green value is 121 (47.66% from 255 or 22.66% from 534); Blue value is 200 (78.52% from 255 or 37.45% from 534); Max value from RGB is 213 - color contains mainly: red. Hex color #D579C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D579C8 is #2A8637. Grayscale: #9D9D9D. Windows color (decimal): -2786872 or 13138389. OLE color: 13138389.
HSL color Cylindrical-coordinate representation of color #D579C8: hue angle of 308.48º 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 #D579C8 is Cyan = 0, Magento = 0.43, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 121 | 200 | - |
| CMYK | 0 | 0.43 | 0.06 | 0.16 |
| HSL | 308.48º | 0.52% | 0.65% | - |
| HSV(B) | 308.48º | 0.43% | 0.84% | - |
| XYZ | 44.7 | 31.99 | 58.46 | - |
| YUV | 157.51 | 151.98 | 167.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 121 | 200 | 0 | 0.43 | 0.06 | 0.16 | 308.48 | 0.52 | 0.65 |
| Hex | D5 | 79 | C8 | 0 | 2B | 6 | 10 | 134 | 34 | 41 |
| Octal | 325 | 171 | 310 | 0 | 53 | 6 | 20 | 464 | 64 | 101 |
| Binary | 11010101 | 1111001 | 11001000 | 0 | 101011 | 110 | 10000 | 100110100 | 110100 | 1000001 |
Color Harmonies of #D579C8
Complementary color
Monochromatic Colors of #D579C8
Black with #D579C8
Text Example
Text Example
White with #D579C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D579C8; }
p { color: rgb(213,121,200); }
H1.HeaderClassName
{
color: #D579C8;
}
.AnyTagClassName
{
color: #D579C8;
}
</style>
background-color css
<style>
a { background-color: #D579C8; }
a { background-color: rgb(213,121,200); }
div.DivClassName
{
background-color: #D579C8;
}
.BgClassName
{
background-color: #D579C8;
}
</style>
border-color css
<style>
span { border-color: #D579C8; }
span { border-color: rgb(213,121,200); }
td.TdClassName
{
border-color: #D579C8;
}
.TagClassName
{
border-color: #D579C8;
}
</style>