Shades of Orchid #D770BA
Tints of Orchid #D770BA
RGB
CMYK
RGB Variations
Color information
#D770BA (or 0xD770BA) is known color: Orchid. HEX triplet: D7, 70 and BA. RGB value is (215,112,186). Sum of RGB (Red+Green+Blue) = 215+112+186=513 (67% of max value = 765). Red value is 215 (84.38% from 255 or 41.91% from 513); Green value is 112 (44.14% from 255 or 21.83% from 513); Blue value is 186 (73.05% from 255 or 36.26% from 513); Max value from RGB is 215 - color contains mainly: red. Hex color #D770BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D770BA is #288F45. Grayscale: #979797. Windows color (decimal): -2658118 or 12218583. OLE color: 12218583.
HSL color Cylindrical-coordinate representation of color #D770BA: hue angle of 316.89º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D770BA is Cyan = 0, Magento = 0.48, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 112 | 186 | - |
| CMYK | 0 | 0.48 | 0.13 | 0.16 |
| HSL | 316.89º | 0.56% | 0.64% | - |
| HSV(B) | 316.89º | 0.48% | 0.84% | - |
| XYZ | 42.68 | 29.58 | 49.91 | - |
| YUV | 151.23 | 147.62 | 173.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 112 | 186 | 0 | 0.48 | 0.13 | 0.16 | 316.89 | 0.56 | 0.64 |
| Hex | D7 | 70 | BA | 0 | 30 | D | 10 | 13D | 38 | 40 |
| Octal | 327 | 160 | 272 | 0 | 60 | 15 | 20 | 475 | 70 | 100 |
| Binary | 11010111 | 1110000 | 10111010 | 0 | 110000 | 1101 | 10000 | 100111101 | 111000 | 1000000 |
Color Harmonies of #D770BA
Complementary color
Monochromatic Colors of #D770BA
Black with #D770BA
Text Example
Text Example
White with #D770BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D770BA; }
p { color: rgb(215,112,186); }
H1.HeaderClassName
{
color: #D770BA;
}
.AnyTagClassName
{
color: #D770BA;
}
</style>
background-color css
<style>
a { background-color: #D770BA; }
a { background-color: rgb(215,112,186); }
div.DivClassName
{
background-color: #D770BA;
}
.BgClassName
{
background-color: #D770BA;
}
</style>
border-color css
<style>
span { border-color: #D770BA; }
span { border-color: rgb(215,112,186); }
td.TdClassName
{
border-color: #D770BA;
}
.TagClassName
{
border-color: #D770BA;
}
</style>