Shades of Orchid #D676D9
Tints of Orchid #D676D9
RGB
CMYK
RGB Variations
Color information
#D676D9 (or 0xD676D9) is known color: Orchid. HEX triplet: D6, 76 and D9. RGB value is (214,118,217). Sum of RGB (Red+Green+Blue) = 214+118+217=549 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.98% from 549); Green value is 118 (46.48% from 255 or 21.49% from 549); Blue value is 217 (85.16% from 255 or 39.53% from 549); Max value from RGB is 217 - color contains mainly: blue. Hex color #D676D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D676D9 is #298926. Grayscale: #9D9D9D. Windows color (decimal): -2722087 or 14251734. OLE color: 14251734.
HSL color Cylindrical-coordinate representation of color #D676D9: hue angle of 298.18º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D676D9 is Cyan = 0.01, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 214 | 118 | 217 | - |
| CMYK | 0.01 | 0.46 | 0 | 0.15 |
| HSL | 298.18º | 0.57% | 0.66% | - |
| HSV(B) | 298.18º | 0.46% | 0.85% | - |
| XYZ | 46.73 | 32.26 | 69.41 | - |
| YUV | 157.99 | 161.3 | 167.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 118 | 217 | 0.01 | 0.46 | 0 | 0.15 | 298.18 | 0.57 | 0.66 |
| Hex | D6 | 76 | D9 | 1 | 2E | 0 | F | 12A | 39 | 42 |
| Octal | 326 | 166 | 331 | 1 | 56 | 0 | 17 | 452 | 71 | 102 |
| Binary | 11010110 | 1110110 | 11011001 | 1 | 101110 | 0 | 1111 | 100101010 | 111001 | 1000010 |
Color Harmonies of #D676D9
Complementary color
Monochromatic Colors of #D676D9
Black with #D676D9
Text Example
Text Example
White with #D676D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D676D9; }
p { color: rgb(214,118,217); }
H1.HeaderClassName
{
color: #D676D9;
}
.AnyTagClassName
{
color: #D676D9;
}
</style>
background-color css
<style>
a { background-color: #D676D9; }
a { background-color: rgb(214,118,217); }
div.DivClassName
{
background-color: #D676D9;
}
.BgClassName
{
background-color: #D676D9;
}
</style>
border-color css
<style>
span { border-color: #D676D9; }
span { border-color: rgb(214,118,217); }
td.TdClassName
{
border-color: #D676D9;
}
.TagClassName
{
border-color: #D676D9;
}
</style>