Shades of Orchid #D579D6
Tints of Orchid #D579D6
RGB
CMYK
RGB Variations
Color information
#D579D6 (or 0xD579D6) is known color: Orchid. HEX triplet: D5, 79 and D6. RGB value is (213,121,214). Sum of RGB (Red+Green+Blue) = 213+121+214=548 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.87% from 548); Green value is 121 (47.66% from 255 or 22.08% from 548); Blue value is 214 (83.98% from 255 or 39.05% from 548); Max value from RGB is 214 - color contains mainly: blue. Hex color #D579D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D579D6 is #2A8629. Grayscale: #9E9E9E. Windows color (decimal): -2786858 or 14055893. OLE color: 14055893.
HSL color Cylindrical-coordinate representation of color #D579D6: hue angle of 299.35º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D579D6 is Cyan = 0.00, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 121 | 214 | - |
| CMYK | 0.00 | 0.43 | 0 | 0.16 |
| HSL | 299.35º | 0.53% | 0.66% | - |
| HSV(B) | 299.35º | 0.43% | 0.84% | - |
| XYZ | 46.42 | 32.68 | 67.48 | - |
| YUV | 159.11 | 158.98 | 166.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 121 | 214 | 0.00 | 0.43 | 0 | 0.16 | 299.35 | 0.53 | 0.66 |
| Hex | D5 | 79 | D6 | 0 | 2B | 0 | 10 | 12B | 35 | 42 |
| Octal | 325 | 171 | 326 | 0 | 53 | 0 | 20 | 453 | 65 | 102 |
| Binary | 11010101 | 1111001 | 11010110 | 0 | 101011 | 0 | 10000 | 100101011 | 110101 | 1000010 |
Color Harmonies of #D579D6
Complementary color
Monochromatic Colors of #D579D6
Black with #D579D6
Text Example
Text Example
White with #D579D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D579D6; }
p { color: rgb(213,121,214); }
H1.HeaderClassName
{
color: #D579D6;
}
.AnyTagClassName
{
color: #D579D6;
}
</style>
background-color css
<style>
a { background-color: #D579D6; }
a { background-color: rgb(213,121,214); }
div.DivClassName
{
background-color: #D579D6;
}
.BgClassName
{
background-color: #D579D6;
}
</style>
border-color css
<style>
span { border-color: #D579D6; }
span { border-color: rgb(213,121,214); }
td.TdClassName
{
border-color: #D579D6;
}
.TagClassName
{
border-color: #D579D6;
}
</style>