Shades of Orchid #D579D7
Tints of Orchid #D579D7
RGB
CMYK
RGB Variations
Color information
#D579D7 (or 0xD579D7) is known color: Orchid. HEX triplet: D5, 79 and D7. RGB value is (213,121,215). Sum of RGB (Red+Green+Blue) = 213+121+215=549 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.80% from 549); Green value is 121 (47.66% from 255 or 22.04% from 549); Blue value is 215 (84.38% from 255 or 39.16% from 549); Max value from RGB is 215 - color contains mainly: blue. Hex color #D579D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D579D7 is #2A8628. Grayscale: #9E9E9E. Windows color (decimal): -2786857 or 14121429. OLE color: 14121429.
HSL color Cylindrical-coordinate representation of color #D579D7: hue angle of 298.72º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D579D7 is Cyan = 0.01, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 121 | 215 | - |
| CMYK | 0.01 | 0.44 | 0 | 0.16 |
| HSL | 298.72º | 0.54% | 0.66% | - |
| HSV(B) | 298.72º | 0.44% | 0.84% | - |
| XYZ | 46.54 | 32.73 | 68.15 | - |
| YUV | 159.22 | 159.48 | 166.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 121 | 215 | 0.01 | 0.44 | 0 | 0.16 | 298.72 | 0.54 | 0.66 |
| Hex | D5 | 79 | D7 | 1 | 2C | 0 | 10 | 12B | 36 | 42 |
| Octal | 325 | 171 | 327 | 1 | 54 | 0 | 20 | 453 | 66 | 102 |
| Binary | 11010101 | 1111001 | 11010111 | 1 | 101100 | 0 | 10000 | 100101011 | 110110 | 1000010 |
Color Harmonies of #D579D7
Complementary color
Monochromatic Colors of #D579D7
Black with #D579D7
Text Example
Text Example
White with #D579D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D579D7; }
p { color: rgb(213,121,215); }
H1.HeaderClassName
{
color: #D579D7;
}
.AnyTagClassName
{
color: #D579D7;
}
</style>
background-color css
<style>
a { background-color: #D579D7; }
a { background-color: rgb(213,121,215); }
div.DivClassName
{
background-color: #D579D7;
}
.BgClassName
{
background-color: #D579D7;
}
</style>
border-color css
<style>
span { border-color: #D579D7; }
span { border-color: rgb(213,121,215); }
td.TdClassName
{
border-color: #D579D7;
}
.TagClassName
{
border-color: #D579D7;
}
</style>