Shades of Orchid #D679DD
Tints of Orchid #D679DD
RGB
CMYK
RGB Variations
Color information
#D679DD (or 0xD679DD) is known color: Orchid. HEX triplet: D6, 79 and DD. RGB value is (214,121,221). Sum of RGB (Red+Green+Blue) = 214+121+221=556 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.49% from 556); Green value is 121 (47.66% from 255 or 21.76% from 556); Blue value is 221 (86.72% from 255 or 39.75% from 556); Max value from RGB is 221 - color contains mainly: blue. Hex color #D679DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D679DD is #298622. Grayscale: #9F9F9F. Windows color (decimal): -2721315 or 14514646. OLE color: 14514646.
HSL color Cylindrical-coordinate representation of color #D679DD: hue angle of 295.8º 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 #D679DD is Cyan = 0.03, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 121 | 221 | - |
| CMYK | 0.03 | 0.45 | 0 | 0.13 |
| HSL | 295.8º | 0.6% | 0.67% | - |
| HSV(B) | 295.8º | 0.45% | 0.87% | - |
| XYZ | 47.62 | 33.19 | 72.3 | - |
| YUV | 160.21 | 162.31 | 166.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 121 | 221 | 0.03 | 0.45 | 0 | 0.13 | 295.8 | 0.6 | 0.67 |
| Hex | D6 | 79 | DD | 3 | 2D | 0 | D | 128 | 3C | 43 |
| Octal | 326 | 171 | 335 | 3 | 55 | 0 | 15 | 450 | 74 | 103 |
| Binary | 11010110 | 1111001 | 11011101 | 11 | 101101 | 0 | 1101 | 100101000 | 111100 | 1000011 |
Color Harmonies of #D679DD
Complementary color
Monochromatic Colors of #D679DD
Black with #D679DD
Text Example
Text Example
White with #D679DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D679DD; }
p { color: rgb(214,121,221); }
H1.HeaderClassName
{
color: #D679DD;
}
.AnyTagClassName
{
color: #D679DD;
}
</style>
background-color css
<style>
a { background-color: #D679DD; }
a { background-color: rgb(214,121,221); }
div.DivClassName
{
background-color: #D679DD;
}
.BgClassName
{
background-color: #D679DD;
}
</style>
border-color css
<style>
span { border-color: #D679DD; }
span { border-color: rgb(214,121,221); }
td.TdClassName
{
border-color: #D679DD;
}
.TagClassName
{
border-color: #D679DD;
}
</style>