Shades of Orchid #D786DA
Tints of Orchid #D786DA
RGB
CMYK
RGB Variations
Color information
#D786DA (or 0xD786DA) is known color: Orchid. HEX triplet: D7, 86 and DA. RGB value is (215,134,218). Sum of RGB (Red+Green+Blue) = 215+134+218=567 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.92% from 567); Green value is 134 (52.73% from 255 or 23.63% from 567); Blue value is 218 (85.55% from 255 or 38.45% from 567); Max value from RGB is 218 - color contains mainly: blue. Hex color #D786DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D786DA is #287925. Grayscale: #A7A7A7. Windows color (decimal): -2652454 or 14321367. OLE color: 14321367.
HSL color Cylindrical-coordinate representation of color #D786DA: hue angle of 297.86º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D786DA is Cyan = 0.01, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 215 | 134 | 218 | - |
| CMYK | 0.01 | 0.39 | 0 | 0.15 |
| HSL | 297.86º | 0.53% | 0.69% | - |
| HSV(B) | 297.86º | 0.39% | 0.85% | - |
| XYZ | 49.2 | 36.56 | 70.79 | - |
| YUV | 167.8 | 156.34 | 161.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 134 | 218 | 0.01 | 0.39 | 0 | 0.15 | 297.86 | 0.53 | 0.69 |
| Hex | D7 | 86 | DA | 1 | 27 | 0 | F | 12A | 35 | 45 |
| Octal | 327 | 206 | 332 | 1 | 47 | 0 | 17 | 452 | 65 | 105 |
| Binary | 11010111 | 10000110 | 11011010 | 1 | 100111 | 0 | 1111 | 100101010 | 110101 | 1000101 |
Color Harmonies of #D786DA
Complementary color
Monochromatic Colors of #D786DA
Black with #D786DA
Text Example
Text Example
White with #D786DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D786DA; }
p { color: rgb(215,134,218); }
H1.HeaderClassName
{
color: #D786DA;
}
.AnyTagClassName
{
color: #D786DA;
}
</style>
background-color css
<style>
a { background-color: #D786DA; }
a { background-color: rgb(215,134,218); }
div.DivClassName
{
background-color: #D786DA;
}
.BgClassName
{
background-color: #D786DA;
}
</style>
border-color css
<style>
span { border-color: #D786DA; }
span { border-color: rgb(215,134,218); }
td.TdClassName
{
border-color: #D786DA;
}
.TagClassName
{
border-color: #D786DA;
}
</style>