Shades of Orchid #D786CA
Tints of Orchid #D786CA
RGB
CMYK
RGB Variations
Color information
#D786CA (or 0xD786CA) is known color: Orchid. HEX triplet: D7, 86 and CA. RGB value is (215,134,202). Sum of RGB (Red+Green+Blue) = 215+134+202=551 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.02% from 551); Green value is 134 (52.73% from 255 or 24.32% from 551); Blue value is 202 (79.30% from 255 or 36.66% from 551); Max value from RGB is 215 - color contains mainly: red. Hex color #D786CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D786CA is #287935. Grayscale: #A5A5A5. Windows color (decimal): -2652470 or 13272791. OLE color: 13272791.
HSL color Cylindrical-coordinate representation of color #D786CA: hue angle of 309.63º degrees, saturation: 0.5, 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 #D786CA is Cyan = 0, Magento = 0.38, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 134 | 202 | - |
| CMYK | 0 | 0.38 | 0.06 | 0.16 |
| HSL | 309.63º | 0.5% | 0.68% | - |
| HSV(B) | 309.63º | 0.38% | 0.84% | - |
| XYZ | 47.21 | 35.76 | 60.29 | - |
| YUV | 165.97 | 148.34 | 162.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 134 | 202 | 0 | 0.38 | 0.06 | 0.16 | 309.63 | 0.5 | 0.68 |
| Hex | D7 | 86 | CA | 0 | 26 | 6 | 10 | 136 | 32 | 44 |
| Octal | 327 | 206 | 312 | 0 | 46 | 6 | 20 | 466 | 62 | 104 |
| Binary | 11010111 | 10000110 | 11001010 | 0 | 100110 | 110 | 10000 | 100110110 | 110010 | 1000100 |
Color Harmonies of #D786CA
Complementary color
Monochromatic Colors of #D786CA
Black with #D786CA
Text Example
Text Example
White with #D786CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D786CA; }
p { color: rgb(215,134,202); }
H1.HeaderClassName
{
color: #D786CA;
}
.AnyTagClassName
{
color: #D786CA;
}
</style>
background-color css
<style>
a { background-color: #D786CA; }
a { background-color: rgb(215,134,202); }
div.DivClassName
{
background-color: #D786CA;
}
.BgClassName
{
background-color: #D786CA;
}
</style>
border-color css
<style>
span { border-color: #D786CA; }
span { border-color: rgb(215,134,202); }
td.TdClassName
{
border-color: #D786CA;
}
.TagClassName
{
border-color: #D786CA;
}
</style>