Shades of Orchid #D579CC
Tints of Orchid #D579CC
RGB
CMYK
RGB Variations
Color information
#D579CC (or 0xD579CC) is known color: Orchid. HEX triplet: D5, 79 and CC. RGB value is (213,121,204). Sum of RGB (Red+Green+Blue) = 213+121+204=538 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.59% from 538); Green value is 121 (47.66% from 255 or 22.49% from 538); Blue value is 204 (80.08% from 255 or 37.92% from 538); Max value from RGB is 213 - color contains mainly: red. Hex color #D579CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D579CC is #2A8633. Grayscale: #9D9D9D. Windows color (decimal): -2786868 or 13400533. OLE color: 13400533.
HSL color Cylindrical-coordinate representation of color #D579CC: hue angle of 305.87º 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 #D579CC is Cyan = 0, Magento = 0.43, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 121 | 204 | - |
| CMYK | 0 | 0.43 | 0.04 | 0.16 |
| HSL | 305.87º | 0.52% | 0.65% | - |
| HSV(B) | 305.87º | 0.43% | 0.84% | - |
| XYZ | 45.18 | 32.18 | 60.96 | - |
| YUV | 157.97 | 153.98 | 167.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 121 | 204 | 0 | 0.43 | 0.04 | 0.16 | 305.87 | 0.52 | 0.65 |
| Hex | D5 | 79 | CC | 0 | 2B | 4 | 10 | 132 | 34 | 41 |
| Octal | 325 | 171 | 314 | 0 | 53 | 4 | 20 | 462 | 64 | 101 |
| Binary | 11010101 | 1111001 | 11001100 | 0 | 101011 | 100 | 10000 | 100110010 | 110100 | 1000001 |
Color Harmonies of #D579CC
Complementary color
Monochromatic Colors of #D579CC
Black with #D579CC
Text Example
Text Example
White with #D579CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D579CC; }
p { color: rgb(213,121,204); }
H1.HeaderClassName
{
color: #D579CC;
}
.AnyTagClassName
{
color: #D579CC;
}
</style>
background-color css
<style>
a { background-color: #D579CC; }
a { background-color: rgb(213,121,204); }
div.DivClassName
{
background-color: #D579CC;
}
.BgClassName
{
background-color: #D579CC;
}
</style>
border-color css
<style>
span { border-color: #D579CC; }
span { border-color: rgb(213,121,204); }
td.TdClassName
{
border-color: #D579CC;
}
.TagClassName
{
border-color: #D579CC;
}
</style>