Shades of Orchid #D677D5
Tints of Orchid #D677D5
RGB
CMYK
RGB Variations
Color information
#D677D5 (or 0xD677D5) is known color: Orchid. HEX triplet: D6, 77 and D5. RGB value is (214,119,213). Sum of RGB (Red+Green+Blue) = 214+119+213=546 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.19% from 546); Green value is 119 (46.88% from 255 or 21.79% from 546); Blue value is 213 (83.59% from 255 or 39.01% from 546); Max value from RGB is 214 - color contains mainly: red. Hex color #D677D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D677D5 is #29882A. Grayscale: #9D9D9D. Windows color (decimal): -2721835 or 13989846. OLE color: 13989846.
HSL color Cylindrical-coordinate representation of color #D677D5: hue angle of 300.63º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D677D5 is Cyan = 0, Magento = 0.44, Yellow = 0.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 119 | 213 | - |
| CMYK | 0 | 0.44 | 0.00 | 0.16 |
| HSL | 300.63º | 0.54% | 0.65% | - |
| HSV(B) | 300.63º | 0.44% | 0.84% | - |
| XYZ | 46.34 | 32.29 | 66.74 | - |
| YUV | 158.12 | 158.97 | 167.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 119 | 213 | 0 | 0.44 | 0.00 | 0.16 | 300.63 | 0.54 | 0.65 |
| Hex | D6 | 77 | D5 | 0 | 2C | 0 | 10 | 12D | 36 | 41 |
| Octal | 326 | 167 | 325 | 0 | 54 | 0 | 20 | 455 | 66 | 101 |
| Binary | 11010110 | 1110111 | 11010101 | 0 | 101100 | 0 | 10000 | 100101101 | 110110 | 1000001 |
Color Harmonies of #D677D5
Complementary color
Monochromatic Colors of #D677D5
Black with #D677D5
Text Example
Text Example
White with #D677D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D677D5; }
p { color: rgb(214,119,213); }
H1.HeaderClassName
{
color: #D677D5;
}
.AnyTagClassName
{
color: #D677D5;
}
</style>
background-color css
<style>
a { background-color: #D677D5; }
a { background-color: rgb(214,119,213); }
div.DivClassName
{
background-color: #D677D5;
}
.BgClassName
{
background-color: #D677D5;
}
</style>
border-color css
<style>
span { border-color: #D677D5; }
span { border-color: rgb(214,119,213); }
td.TdClassName
{
border-color: #D677D5;
}
.TagClassName
{
border-color: #D677D5;
}
</style>