Shades of Orchid #D785DA
Tints of Orchid #D785DA
RGB
CMYK
RGB Variations
Color information
#D785DA (or 0xD785DA) is known color: Orchid. HEX triplet: D7, 85 and DA. RGB value is (215,133,218). Sum of RGB (Red+Green+Blue) = 215+133+218=566 (74% of max value = 765). Red value is 215 (84.38% from 255 or 37.99% from 566); Green value is 133 (52.34% from 255 or 23.50% from 566); Blue value is 218 (85.55% from 255 or 38.52% from 566); Max value from RGB is 218 - color contains mainly: blue. Hex color #D785DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D785DA is #287A25. Grayscale: #A6A6A6. Windows color (decimal): -2652710 or 14321111. OLE color: 14321111.
HSL color Cylindrical-coordinate representation of color #D785DA: hue angle of 297.88º 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 #D785DA is Cyan = 0.01, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 215 | 133 | 218 | - |
| CMYK | 0.01 | 0.39 | 0 | 0.15 |
| HSL | 297.88º | 0.53% | 0.69% | - |
| HSV(B) | 297.88º | 0.39% | 0.85% | - |
| XYZ | 49.07 | 36.28 | 70.75 | - |
| YUV | 167.21 | 156.67 | 162.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 133 | 218 | 0.01 | 0.39 | 0 | 0.15 | 297.88 | 0.53 | 0.69 |
| Hex | D7 | 85 | DA | 1 | 27 | 0 | F | 12A | 35 | 45 |
| Octal | 327 | 205 | 332 | 1 | 47 | 0 | 17 | 452 | 65 | 105 |
| Binary | 11010111 | 10000101 | 11011010 | 1 | 100111 | 0 | 1111 | 100101010 | 110101 | 1000101 |
Color Harmonies of #D785DA
Complementary color
Monochromatic Colors of #D785DA
Black with #D785DA
Text Example
Text Example
White with #D785DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D785DA; }
p { color: rgb(215,133,218); }
H1.HeaderClassName
{
color: #D785DA;
}
.AnyTagClassName
{
color: #D785DA;
}
</style>
background-color css
<style>
a { background-color: #D785DA; }
a { background-color: rgb(215,133,218); }
div.DivClassName
{
background-color: #D785DA;
}
.BgClassName
{
background-color: #D785DA;
}
</style>
border-color css
<style>
span { border-color: #D785DA; }
span { border-color: rgb(215,133,218); }
td.TdClassName
{
border-color: #D785DA;
}
.TagClassName
{
border-color: #D785DA;
}
</style>