Shades of Orchid #D677BC
Tints of Orchid #D677BC
RGB
CMYK
RGB Variations
Color information
#D677BC (or 0xD677BC) is known color: Orchid. HEX triplet: D6, 77 and BC. RGB value is (214,119,188). Sum of RGB (Red+Green+Blue) = 214+119+188=521 (69% of max value = 765). Red value is 214 (83.98% from 255 or 41.07% from 521); Green value is 119 (46.88% from 255 or 22.84% from 521); Blue value is 188 (73.83% from 255 or 36.08% from 521); Max value from RGB is 214 - color contains mainly: red. Hex color #D677BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D677BC is #298843. Grayscale: #9B9B9B. Windows color (decimal): -2721860 or 12351446. OLE color: 12351446.
HSL color Cylindrical-coordinate representation of color #D677BC: hue angle of 316.42º 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 #D677BC is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 119 | 188 | - |
| CMYK | 0 | 0.44 | 0.12 | 0.16 |
| HSL | 316.42º | 0.54% | 0.65% | - |
| HSV(B) | 316.42º | 0.44% | 0.84% | - |
| XYZ | 43.41 | 31.12 | 51.3 | - |
| YUV | 155.27 | 146.47 | 169.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 119 | 188 | 0 | 0.44 | 0.12 | 0.16 | 316.42 | 0.54 | 0.65 |
| Hex | D6 | 77 | BC | 0 | 2C | C | 10 | 13C | 36 | 41 |
| Octal | 326 | 167 | 274 | 0 | 54 | 14 | 20 | 474 | 66 | 101 |
| Binary | 11010110 | 1110111 | 10111100 | 0 | 101100 | 1100 | 10000 | 100111100 | 110110 | 1000001 |
Color Harmonies of #D677BC
Complementary color
Monochromatic Colors of #D677BC
Black with #D677BC
Text Example
Text Example
White with #D677BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D677BC; }
p { color: rgb(214,119,188); }
H1.HeaderClassName
{
color: #D677BC;
}
.AnyTagClassName
{
color: #D677BC;
}
</style>
background-color css
<style>
a { background-color: #D677BC; }
a { background-color: rgb(214,119,188); }
div.DivClassName
{
background-color: #D677BC;
}
.BgClassName
{
background-color: #D677BC;
}
</style>
border-color css
<style>
span { border-color: #D677BC; }
span { border-color: rgb(214,119,188); }
td.TdClassName
{
border-color: #D677BC;
}
.TagClassName
{
border-color: #D677BC;
}
</style>