Shades of Orchid #D677BD
Tints of Orchid #D677BD
RGB
CMYK
RGB Variations
Color information
#D677BD (or 0xD677BD) is known color: Orchid. HEX triplet: D6, 77 and BD. RGB value is (214,119,189). Sum of RGB (Red+Green+Blue) = 214+119+189=522 (69% of max value = 765). Red value is 214 (83.98% from 255 or 41.00% from 522); Green value is 119 (46.88% from 255 or 22.80% from 522); Blue value is 189 (74.22% from 255 or 36.21% from 522); Max value from RGB is 214 - color contains mainly: red. Hex color #D677BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D677BD is #298842. Grayscale: #9B9B9B. Windows color (decimal): -2721859 or 12416982. OLE color: 12416982.
HSL color Cylindrical-coordinate representation of color #D677BD: hue angle of 315.79º 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 #D677BD is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 119 | 189 | - |
| CMYK | 0 | 0.44 | 0.12 | 0.16 |
| HSL | 315.79º | 0.54% | 0.65% | - |
| HSV(B) | 315.79º | 0.44% | 0.84% | - |
| XYZ | 43.51 | 31.16 | 51.87 | - |
| YUV | 155.39 | 146.97 | 169.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 119 | 189 | 0 | 0.44 | 0.12 | 0.16 | 315.79 | 0.54 | 0.65 |
| Hex | D6 | 77 | BD | 0 | 2C | C | 10 | 13C | 36 | 41 |
| Octal | 326 | 167 | 275 | 0 | 54 | 14 | 20 | 474 | 66 | 101 |
| Binary | 11010110 | 1110111 | 10111101 | 0 | 101100 | 1100 | 10000 | 100111100 | 110110 | 1000001 |
Color Harmonies of #D677BD
Complementary color
Monochromatic Colors of #D677BD
Black with #D677BD
Text Example
Text Example
White with #D677BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D677BD; }
p { color: rgb(214,119,189); }
H1.HeaderClassName
{
color: #D677BD;
}
.AnyTagClassName
{
color: #D677BD;
}
</style>
background-color css
<style>
a { background-color: #D677BD; }
a { background-color: rgb(214,119,189); }
div.DivClassName
{
background-color: #D677BD;
}
.BgClassName
{
background-color: #D677BD;
}
</style>
border-color css
<style>
span { border-color: #D677BD; }
span { border-color: rgb(214,119,189); }
td.TdClassName
{
border-color: #D677BD;
}
.TagClassName
{
border-color: #D677BD;
}
</style>