Shades of Orchid #D785C3
Tints of Orchid #D785C3
RGB
CMYK
RGB Variations
Color information
#D785C3 (or 0xD785C3) is known color: Orchid. HEX triplet: D7, 85 and C3. RGB value is (215,133,195). Sum of RGB (Red+Green+Blue) = 215+133+195=543 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.59% from 543); Green value is 133 (52.34% from 255 or 24.49% from 543); Blue value is 195 (76.56% from 255 or 35.91% from 543); Max value from RGB is 215 - color contains mainly: red. Hex color #D785C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D785C3 is #287A3C. Grayscale: #A4A4A4. Windows color (decimal): -2652733 or 12813783. OLE color: 12813783.
HSL color Cylindrical-coordinate representation of color #D785C3: hue angle of 314.63º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D785C3 is Cyan = 0, Magento = 0.38, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 133 | 195 | - |
| CMYK | 0 | 0.38 | 0.09 | 0.16 |
| HSL | 314.63º | 0.51% | 0.68% | - |
| HSV(B) | 314.63º | 0.38% | 0.84% | - |
| XYZ | 46.26 | 35.16 | 55.98 | - |
| YUV | 164.59 | 145.17 | 163.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 133 | 195 | 0 | 0.38 | 0.09 | 0.16 | 314.63 | 0.51 | 0.68 |
| Hex | D7 | 85 | C3 | 0 | 26 | 9 | 10 | 13B | 33 | 44 |
| Octal | 327 | 205 | 303 | 0 | 46 | 11 | 20 | 473 | 63 | 104 |
| Binary | 11010111 | 10000101 | 11000011 | 0 | 100110 | 1001 | 10000 | 100111011 | 110011 | 1000100 |
Color Harmonies of #D785C3
Complementary color
Monochromatic Colors of #D785C3
Black with #D785C3
Text Example
Text Example
White with #D785C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D785C3; }
p { color: rgb(215,133,195); }
H1.HeaderClassName
{
color: #D785C3;
}
.AnyTagClassName
{
color: #D785C3;
}
</style>
background-color css
<style>
a { background-color: #D785C3; }
a { background-color: rgb(215,133,195); }
div.DivClassName
{
background-color: #D785C3;
}
.BgClassName
{
background-color: #D785C3;
}
</style>
border-color css
<style>
span { border-color: #D785C3; }
span { border-color: rgb(215,133,195); }
td.TdClassName
{
border-color: #D785C3;
}
.TagClassName
{
border-color: #D785C3;
}
</style>