Shades of Orchid #D479DC
Tints of Orchid #D479DC
RGB
CMYK
RGB Variations
Color information
#D479DC (or 0xD479DC) is known color: Orchid. HEX triplet: D4, 79 and DC. RGB value is (212,121,220). Sum of RGB (Red+Green+Blue) = 212+121+220=553 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.34% from 553); Green value is 121 (47.66% from 255 or 21.88% from 553); Blue value is 220 (86.33% from 255 or 39.78% from 553); Max value from RGB is 220 - color contains mainly: blue. Hex color #D479DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D479DC is #2B8623. Grayscale: #9F9F9F. Windows color (decimal): -2852388 or 14449108. OLE color: 14449108.
HSL color Cylindrical-coordinate representation of color #D479DC: hue angle of 295.15º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D479DC is Cyan = 0.04, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 212 | 121 | 220 | - |
| CMYK | 0.04 | 0.45 | 0 | 0.14 |
| HSL | 295.15º | 0.59% | 0.67% | - |
| HSV(B) | 295.15º | 0.45% | 0.86% | - |
| XYZ | 46.91 | 32.84 | 71.58 | - |
| YUV | 159.5 | 162.15 | 165.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 121 | 220 | 0.04 | 0.45 | 0 | 0.14 | 295.15 | 0.59 | 0.67 |
| Hex | D4 | 79 | DC | 4 | 2D | 0 | E | 127 | 3B | 43 |
| Octal | 324 | 171 | 334 | 4 | 55 | 0 | 16 | 447 | 73 | 103 |
| Binary | 11010100 | 1111001 | 11011100 | 100 | 101101 | 0 | 1110 | 100100111 | 111011 | 1000011 |
Color Harmonies of #D479DC
Complementary color
Monochromatic Colors of #D479DC
Black with #D479DC
Text Example
Text Example
White with #D479DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D479DC; }
p { color: rgb(212,121,220); }
H1.HeaderClassName
{
color: #D479DC;
}
.AnyTagClassName
{
color: #D479DC;
}
</style>
background-color css
<style>
a { background-color: #D479DC; }
a { background-color: rgb(212,121,220); }
div.DivClassName
{
background-color: #D479DC;
}
.BgClassName
{
background-color: #D479DC;
}
</style>
border-color css
<style>
span { border-color: #D479DC; }
span { border-color: rgb(212,121,220); }
td.TdClassName
{
border-color: #D479DC;
}
.TagClassName
{
border-color: #D479DC;
}
</style>