Shades of Orchid #D579C4
Tints of Orchid #D579C4
RGB
CMYK
RGB Variations
Color information
#D579C4 (or 0xD579C4) is known color: Orchid. HEX triplet: D5, 79 and C4. RGB value is (213,121,196). Sum of RGB (Red+Green+Blue) = 213+121+196=530 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.19% from 530); Green value is 121 (47.66% from 255 or 22.83% from 530); Blue value is 196 (76.95% from 255 or 36.98% from 530); Max value from RGB is 213 - color contains mainly: red. Hex color #D579C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D579C4 is #2A863B. Grayscale: #9C9C9C. Windows color (decimal): -2786876 or 12876245. OLE color: 12876245.
HSL color Cylindrical-coordinate representation of color #D579C4: hue angle of 311.09º 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 #D579C4 is Cyan = 0, Magento = 0.43, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 121 | 196 | - |
| CMYK | 0 | 0.43 | 0.08 | 0.16 |
| HSL | 311.09º | 0.52% | 0.65% | - |
| HSV(B) | 311.09º | 0.43% | 0.84% | - |
| XYZ | 44.24 | 31.81 | 56.03 | - |
| YUV | 157.06 | 149.98 | 167.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 121 | 196 | 0 | 0.43 | 0.08 | 0.16 | 311.09 | 0.52 | 0.65 |
| Hex | D5 | 79 | C4 | 0 | 2B | 8 | 10 | 137 | 34 | 41 |
| Octal | 325 | 171 | 304 | 0 | 53 | 10 | 20 | 467 | 64 | 101 |
| Binary | 11010101 | 1111001 | 11000100 | 0 | 101011 | 1000 | 10000 | 100110111 | 110100 | 1000001 |
Color Harmonies of #D579C4
Complementary color
Monochromatic Colors of #D579C4
Black with #D579C4
Text Example
Text Example
White with #D579C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D579C4; }
p { color: rgb(213,121,196); }
H1.HeaderClassName
{
color: #D579C4;
}
.AnyTagClassName
{
color: #D579C4;
}
</style>
background-color css
<style>
a { background-color: #D579C4; }
a { background-color: rgb(213,121,196); }
div.DivClassName
{
background-color: #D579C4;
}
.BgClassName
{
background-color: #D579C4;
}
</style>
border-color css
<style>
span { border-color: #D579C4; }
span { border-color: rgb(213,121,196); }
td.TdClassName
{
border-color: #D579C4;
}
.TagClassName
{
border-color: #D579C4;
}
</style>