Shades of Orchid #D479DD
Tints of Orchid #D479DD
RGB
CMYK
RGB Variations
Color information
#D479DD (or 0xD479DD) is known color: Orchid. HEX triplet: D4, 79 and DD. RGB value is (212,121,221). Sum of RGB (Red+Green+Blue) = 212+121+221=554 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.27% from 554); Green value is 121 (47.66% from 255 or 21.84% from 554); Blue value is 221 (86.72% from 255 or 39.89% from 554); Max value from RGB is 221 - color contains mainly: blue. Hex color #D479DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D479DD is #2B8622. Grayscale: #9F9F9F. Windows color (decimal): -2852387 or 14514644. OLE color: 14514644.
HSL color Cylindrical-coordinate representation of color #D479DD: hue angle of 294.6º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D479DD is Cyan = 0.04, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 121 | 221 | - |
| CMYK | 0.04 | 0.45 | 0 | 0.13 |
| HSL | 294.6º | 0.6% | 0.67% | - |
| HSV(B) | 294.6º | 0.45% | 0.87% | - |
| XYZ | 47.04 | 32.89 | 72.28 | - |
| YUV | 159.61 | 162.65 | 165.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 121 | 221 | 0.04 | 0.45 | 0 | 0.13 | 294.6 | 0.6 | 0.67 |
| Hex | D4 | 79 | DD | 4 | 2D | 0 | D | 127 | 3C | 43 |
| Octal | 324 | 171 | 335 | 4 | 55 | 0 | 15 | 447 | 74 | 103 |
| Binary | 11010100 | 1111001 | 11011101 | 100 | 101101 | 0 | 1101 | 100100111 | 111100 | 1000011 |
Color Harmonies of #D479DD
Complementary color
Monochromatic Colors of #D479DD
Black with #D479DD
Text Example
Text Example
White with #D479DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D479DD; }
p { color: rgb(212,121,221); }
H1.HeaderClassName
{
color: #D479DD;
}
.AnyTagClassName
{
color: #D479DD;
}
</style>
background-color css
<style>
a { background-color: #D479DD; }
a { background-color: rgb(212,121,221); }
div.DivClassName
{
background-color: #D479DD;
}
.BgClassName
{
background-color: #D479DD;
}
</style>
border-color css
<style>
span { border-color: #D479DD; }
span { border-color: rgb(212,121,221); }
td.TdClassName
{
border-color: #D479DD;
}
.TagClassName
{
border-color: #D479DD;
}
</style>