Shades of Orchid #D770B9
Tints of Orchid #D770B9
RGB
CMYK
RGB Variations
Color information
#D770B9 (or 0xD770B9) is known color: Orchid. HEX triplet: D7, 70 and B9. RGB value is (215,112,185). Sum of RGB (Red+Green+Blue) = 215+112+185=512 (67% of max value = 765). Red value is 215 (84.38% from 255 or 41.99% from 512); Green value is 112 (44.14% from 255 or 21.88% from 512); Blue value is 185 (72.66% from 255 or 36.13% from 512); Max value from RGB is 215 - color contains mainly: red. Hex color #D770B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D770B9 is #288F46. Grayscale: #969696. Windows color (decimal): -2658119 or 12153047. OLE color: 12153047.
HSL color Cylindrical-coordinate representation of color #D770B9: hue angle of 317.48º 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 #D770B9 is Cyan = 0, Magento = 0.48, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 112 | 185 | - |
| CMYK | 0 | 0.48 | 0.14 | 0.16 |
| HSL | 317.48º | 0.56% | 0.64% | - |
| HSV(B) | 317.48º | 0.48% | 0.84% | - |
| XYZ | 42.58 | 29.54 | 49.36 | - |
| YUV | 151.12 | 147.12 | 173.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 112 | 185 | 0 | 0.48 | 0.14 | 0.16 | 317.48 | 0.56 | 0.64 |
| Hex | D7 | 70 | B9 | 0 | 30 | E | 10 | 13D | 38 | 40 |
| Octal | 327 | 160 | 271 | 0 | 60 | 16 | 20 | 475 | 70 | 100 |
| Binary | 11010111 | 1110000 | 10111001 | 0 | 110000 | 1110 | 10000 | 100111101 | 111000 | 1000000 |
Color Harmonies of #D770B9
Complementary color
Monochromatic Colors of #D770B9
Black with #D770B9
Text Example
Text Example
White with #D770B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D770B9; }
p { color: rgb(215,112,185); }
H1.HeaderClassName
{
color: #D770B9;
}
.AnyTagClassName
{
color: #D770B9;
}
</style>
background-color css
<style>
a { background-color: #D770B9; }
a { background-color: rgb(215,112,185); }
div.DivClassName
{
background-color: #D770B9;
}
.BgClassName
{
background-color: #D770B9;
}
</style>
border-color css
<style>
span { border-color: #D770B9; }
span { border-color: rgb(215,112,185); }
td.TdClassName
{
border-color: #D770B9;
}
.TagClassName
{
border-color: #D770B9;
}
</style>