Shades of Orchid #D769BD
Tints of Orchid #D769BD
RGB
CMYK
RGB Variations
Color information
#D769BD (or 0xD769BD) is known color: Orchid. HEX triplet: D7, 69 and BD. RGB value is (215,105,189). Sum of RGB (Red+Green+Blue) = 215+105+189=509 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.24% from 509); Green value is 105 (41.41% from 255 or 20.63% from 509); Blue value is 189 (74.22% from 255 or 37.13% from 509); Max value from RGB is 215 - color contains mainly: red. Hex color #D769BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D769BD is #289642. Grayscale: #939393. Windows color (decimal): -2659907 or 12413399. OLE color: 12413399.
HSL color Cylindrical-coordinate representation of color #D769BD: hue angle of 314.18º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D769BD is Cyan = 0, Magento = 0.51, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 105 | 189 | - |
| CMYK | 0 | 0.51 | 0.12 | 0.16 |
| HSL | 314.18º | 0.58% | 0.63% | - |
| HSV(B) | 314.18º | 0.51% | 0.84% | - |
| XYZ | 42.26 | 28.22 | 51.36 | - |
| YUV | 147.47 | 151.44 | 176.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 105 | 189 | 0 | 0.51 | 0.12 | 0.16 | 314.18 | 0.58 | 0.63 |
| Hex | D7 | 69 | BD | 0 | 33 | C | 10 | 13A | 3A | 3F |
| Octal | 327 | 151 | 275 | 0 | 63 | 14 | 20 | 472 | 72 | 77 |
| Binary | 11010111 | 1101001 | 10111101 | 0 | 110011 | 1100 | 10000 | 100111010 | 111010 | 111111 |
Color Harmonies of #D769BD
Complementary color
Monochromatic Colors of #D769BD
Black with #D769BD
Text Example
Text Example
White with #D769BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D769BD; }
p { color: rgb(215,105,189); }
H1.HeaderClassName
{
color: #D769BD;
}
.AnyTagClassName
{
color: #D769BD;
}
</style>
background-color css
<style>
a { background-color: #D769BD; }
a { background-color: rgb(215,105,189); }
div.DivClassName
{
background-color: #D769BD;
}
.BgClassName
{
background-color: #D769BD;
}
</style>
border-color css
<style>
span { border-color: #D769BD; }
span { border-color: rgb(215,105,189); }
td.TdClassName
{
border-color: #D769BD;
}
.TagClassName
{
border-color: #D769BD;
}
</style>