Shades of Orchid #D677BA
Tints of Orchid #D677BA
RGB
CMYK
RGB Variations
Color information
#D677BA (or 0xD677BA) is known color: Orchid. HEX triplet: D6, 77 and BA. RGB value is (214,119,186). Sum of RGB (Red+Green+Blue) = 214+119+186=519 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.23% from 519); Green value is 119 (46.88% from 255 or 22.93% from 519); Blue value is 186 (73.05% from 255 or 35.84% from 519); Max value from RGB is 214 - color contains mainly: red. Hex color #D677BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D677BA is #298845. Grayscale: #9A9A9A. Windows color (decimal): -2721862 or 12220374. OLE color: 12220374.
HSL color Cylindrical-coordinate representation of color #D677BA: hue angle of 317.68º 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 #D677BA is Cyan = 0, Magento = 0.44, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 119 | 186 | - |
| CMYK | 0 | 0.44 | 0.13 | 0.16 |
| HSL | 317.68º | 0.54% | 0.65% | - |
| HSV(B) | 317.68º | 0.44% | 0.84% | - |
| XYZ | 43.19 | 31.03 | 50.17 | - |
| YUV | 155.04 | 145.47 | 170.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 119 | 186 | 0 | 0.44 | 0.13 | 0.16 | 317.68 | 0.54 | 0.65 |
| Hex | D6 | 77 | BA | 0 | 2C | D | 10 | 13E | 36 | 41 |
| Octal | 326 | 167 | 272 | 0 | 54 | 15 | 20 | 476 | 66 | 101 |
| Binary | 11010110 | 1110111 | 10111010 | 0 | 101100 | 1101 | 10000 | 100111110 | 110110 | 1000001 |
Color Harmonies of #D677BA
Complementary color
Monochromatic Colors of #D677BA
Black with #D677BA
Text Example
Text Example
White with #D677BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D677BA; }
p { color: rgb(214,119,186); }
H1.HeaderClassName
{
color: #D677BA;
}
.AnyTagClassName
{
color: #D677BA;
}
</style>
background-color css
<style>
a { background-color: #D677BA; }
a { background-color: rgb(214,119,186); }
div.DivClassName
{
background-color: #D677BA;
}
.BgClassName
{
background-color: #D677BA;
}
</style>
border-color css
<style>
span { border-color: #D677BA; }
span { border-color: rgb(214,119,186); }
td.TdClassName
{
border-color: #D677BA;
}
.TagClassName
{
border-color: #D677BA;
}
</style>