Shades of Orchid #D579E5
Tints of Orchid #D579E5
RGB
CMYK
RGB Variations
Color information
#D579E5 (or 0xD579E5) is known color: Orchid. HEX triplet: D5, 79 and E5. RGB value is (213,121,229). Sum of RGB (Red+Green+Blue) = 213+121+229=563 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.83% from 563); Green value is 121 (47.66% from 255 or 21.49% from 563); Blue value is 229 (89.84% from 255 or 40.67% from 563); Max value from RGB is 229 - color contains mainly: blue. Hex color #D579E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D579E5 is #2A861A. Grayscale: #A0A0A0. Windows color (decimal): -2786843 or 15038933. OLE color: 15038933.
HSL color Cylindrical-coordinate representation of color #D579E5: hue angle of 291.11º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D579E5 is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 213 | 121 | 229 | - |
| CMYK | 0.07 | 0.47 | 0 | 0.10 |
| HSL | 291.11º | 0.68% | 0.69% | - |
| HSV(B) | 291.11º | 0.47% | 0.9% | - |
| XYZ | 48.42 | 33.48 | 78.04 | - |
| YUV | 160.82 | 166.48 | 165.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 121 | 229 | 0.07 | 0.47 | 0 | 0.10 | 291.11 | 0.68 | 0.69 |
| Hex | D5 | 79 | E5 | 7 | 2F | 0 | A | 123 | 44 | 45 |
| Octal | 325 | 171 | 345 | 7 | 57 | 0 | 12 | 443 | 104 | 105 |
| Binary | 11010101 | 1111001 | 11100101 | 111 | 101111 | 0 | 1010 | 100100011 | 1000100 | 1000101 |
Color Harmonies of #D579E5
Complementary color
Monochromatic Colors of #D579E5
Black with #D579E5
Text Example
Text Example
White with #D579E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D579E5; }
p { color: rgb(213,121,229); }
H1.HeaderClassName
{
color: #D579E5;
}
.AnyTagClassName
{
color: #D579E5;
}
</style>
background-color css
<style>
a { background-color: #D579E5; }
a { background-color: rgb(213,121,229); }
div.DivClassName
{
background-color: #D579E5;
}
.BgClassName
{
background-color: #D579E5;
}
</style>
border-color css
<style>
span { border-color: #D579E5; }
span { border-color: rgb(213,121,229); }
td.TdClassName
{
border-color: #D579E5;
}
.TagClassName
{
border-color: #D579E5;
}
</style>