Shades of Orchid #D676C0
Tints of Orchid #D676C0
RGB
CMYK
RGB Variations
Color information
#D676C0 (or 0xD676C0) is known color: Orchid. HEX triplet: D6, 76 and C0. RGB value is (214,118,192). Sum of RGB (Red+Green+Blue) = 214+118+192=524 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.84% from 524); Green value is 118 (46.48% from 255 or 22.52% from 524); Blue value is 192 (75.39% from 255 or 36.64% from 524); Max value from RGB is 214 - color contains mainly: red. Hex color #D676C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D676C0 is #29893F. Grayscale: #9A9A9A. Windows color (decimal): -2722112 or 12613334. OLE color: 12613334.
HSL color Cylindrical-coordinate representation of color #D676C0: hue angle of 313.75º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D676C0 is Cyan = 0, Magento = 0.45, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 118 | 192 | - |
| CMYK | 0 | 0.45 | 0.10 | 0.16 |
| HSL | 313.75º | 0.54% | 0.65% | - |
| HSV(B) | 313.75º | 0.45% | 0.84% | - |
| XYZ | 43.72 | 31.06 | 53.56 | - |
| YUV | 155.14 | 148.8 | 169.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 118 | 192 | 0 | 0.45 | 0.10 | 0.16 | 313.75 | 0.54 | 0.65 |
| Hex | D6 | 76 | C0 | 0 | 2D | A | 10 | 13A | 36 | 41 |
| Octal | 326 | 166 | 300 | 0 | 55 | 12 | 20 | 472 | 66 | 101 |
| Binary | 11010110 | 1110110 | 11000000 | 0 | 101101 | 1010 | 10000 | 100111010 | 110110 | 1000001 |
Color Harmonies of #D676C0
Complementary color
Monochromatic Colors of #D676C0
Black with #D676C0
Text Example
Text Example
White with #D676C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D676C0; }
p { color: rgb(214,118,192); }
H1.HeaderClassName
{
color: #D676C0;
}
.AnyTagClassName
{
color: #D676C0;
}
</style>
background-color css
<style>
a { background-color: #D676C0; }
a { background-color: rgb(214,118,192); }
div.DivClassName
{
background-color: #D676C0;
}
.BgClassName
{
background-color: #D676C0;
}
</style>
border-color css
<style>
span { border-color: #D676C0; }
span { border-color: rgb(214,118,192); }
td.TdClassName
{
border-color: #D676C0;
}
.TagClassName
{
border-color: #D676C0;
}
</style>