Shades of Orchid #D479E0
Tints of Orchid #D479E0
RGB
CMYK
RGB Variations
Color information
#D479E0 (or 0xD479E0) is known color: Orchid. HEX triplet: D4, 79 and E0. RGB value is (212,121,224). Sum of RGB (Red+Green+Blue) = 212+121+224=557 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.06% from 557); Green value is 121 (47.66% from 255 or 21.72% from 557); Blue value is 224 (87.89% from 255 or 40.22% from 557); Max value from RGB is 224 - color contains mainly: blue. Hex color #D479E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D479E0 is #2B861F. Grayscale: #9F9F9F. Windows color (decimal): -2852384 or 14711252. OLE color: 14711252.
HSL color Cylindrical-coordinate representation of color #D479E0: hue angle of 293.01º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D479E0 is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 212 | 121 | 224 | - |
| CMYK | 0.05 | 0.46 | 0 | 0.12 |
| HSL | 293.01º | 0.62% | 0.68% | - |
| HSV(B) | 293.01º | 0.46% | 0.88% | - |
| XYZ | 47.44 | 33.05 | 74.4 | - |
| YUV | 159.95 | 164.15 | 165.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 121 | 224 | 0.05 | 0.46 | 0 | 0.12 | 293.01 | 0.62 | 0.68 |
| Hex | D4 | 79 | E0 | 5 | 2E | 0 | C | 125 | 3E | 44 |
| Octal | 324 | 171 | 340 | 5 | 56 | 0 | 14 | 445 | 76 | 104 |
| Binary | 11010100 | 1111001 | 11100000 | 101 | 101110 | 0 | 1100 | 100100101 | 111110 | 1000100 |
Color Harmonies of #D479E0
Complementary color
Monochromatic Colors of #D479E0
Black with #D479E0
Text Example
Text Example
White with #D479E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D479E0; }
p { color: rgb(212,121,224); }
H1.HeaderClassName
{
color: #D479E0;
}
.AnyTagClassName
{
color: #D479E0;
}
</style>
background-color css
<style>
a { background-color: #D479E0; }
a { background-color: rgb(212,121,224); }
div.DivClassName
{
background-color: #D479E0;
}
.BgClassName
{
background-color: #D479E0;
}
</style>
border-color css
<style>
span { border-color: #D479E0; }
span { border-color: rgb(212,121,224); }
td.TdClassName
{
border-color: #D479E0;
}
.TagClassName
{
border-color: #D479E0;
}
</style>