Shades of Orchid #D579DA
Tints of Orchid #D579DA
RGB
CMYK
RGB Variations
Color information
#D579DA (or 0xD579DA) is known color: Orchid. HEX triplet: D5, 79 and DA. RGB value is (213,121,218). Sum of RGB (Red+Green+Blue) = 213+121+218=552 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.59% from 552); Green value is 121 (47.66% from 255 or 21.92% from 552); Blue value is 218 (85.55% from 255 or 39.49% from 552); Max value from RGB is 218 - color contains mainly: blue. Hex color #D579DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D579DA is #2A8625. Grayscale: #9F9F9F. Windows color (decimal): -2786854 or 14318037. OLE color: 14318037.
HSL color Cylindrical-coordinate representation of color #D579DA: hue angle of 296.91º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D579DA is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 213 | 121 | 218 | - |
| CMYK | 0.02 | 0.44 | 0 | 0.15 |
| HSL | 296.91º | 0.57% | 0.66% | - |
| HSV(B) | 296.91º | 0.44% | 0.85% | - |
| XYZ | 46.93 | 32.88 | 70.2 | - |
| YUV | 159.57 | 160.98 | 166.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 121 | 218 | 0.02 | 0.44 | 0 | 0.15 | 296.91 | 0.57 | 0.66 |
| Hex | D5 | 79 | DA | 2 | 2C | 0 | F | 129 | 39 | 42 |
| Octal | 325 | 171 | 332 | 2 | 54 | 0 | 17 | 451 | 71 | 102 |
| Binary | 11010101 | 1111001 | 11011010 | 10 | 101100 | 0 | 1111 | 100101001 | 111001 | 1000010 |
Color Harmonies of #D579DA
Complementary color
Monochromatic Colors of #D579DA
Black with #D579DA
Text Example
Text Example
White with #D579DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D579DA; }
p { color: rgb(213,121,218); }
H1.HeaderClassName
{
color: #D579DA;
}
.AnyTagClassName
{
color: #D579DA;
}
</style>
background-color css
<style>
a { background-color: #D579DA; }
a { background-color: rgb(213,121,218); }
div.DivClassName
{
background-color: #D579DA;
}
.BgClassName
{
background-color: #D579DA;
}
</style>
border-color css
<style>
span { border-color: #D579DA; }
span { border-color: rgb(213,121,218); }
td.TdClassName
{
border-color: #D579DA;
}
.TagClassName
{
border-color: #D579DA;
}
</style>