Shades of Orchid #D785CA
Tints of Orchid #D785CA
RGB
CMYK
RGB Variations
Color information
#D785CA (or 0xD785CA) is known color: Orchid. HEX triplet: D7, 85 and CA. RGB value is (215,133,202). Sum of RGB (Red+Green+Blue) = 215+133+202=550 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.09% from 550); Green value is 133 (52.34% from 255 or 24.18% from 550); Blue value is 202 (79.30% from 255 or 36.73% from 550); Max value from RGB is 215 - color contains mainly: red. Hex color #D785CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D785CA is #287A35. Grayscale: #A5A5A5. Windows color (decimal): -2652726 or 13272535. OLE color: 13272535.
HSL color Cylindrical-coordinate representation of color #D785CA: hue angle of 309.51º 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 #D785CA is Cyan = 0, Magento = 0.38, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 133 | 202 | - |
| CMYK | 0 | 0.38 | 0.06 | 0.16 |
| HSL | 309.51º | 0.51% | 0.68% | - |
| HSV(B) | 309.51º | 0.38% | 0.84% | - |
| XYZ | 47.07 | 35.49 | 60.25 | - |
| YUV | 165.38 | 148.67 | 163.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 133 | 202 | 0 | 0.38 | 0.06 | 0.16 | 309.51 | 0.51 | 0.68 |
| Hex | D7 | 85 | CA | 0 | 26 | 6 | 10 | 136 | 33 | 44 |
| Octal | 327 | 205 | 312 | 0 | 46 | 6 | 20 | 466 | 63 | 104 |
| Binary | 11010111 | 10000101 | 11001010 | 0 | 100110 | 110 | 10000 | 100110110 | 110011 | 1000100 |
Color Harmonies of #D785CA
Complementary color
Monochromatic Colors of #D785CA
Black with #D785CA
Text Example
Text Example
White with #D785CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D785CA; }
p { color: rgb(215,133,202); }
H1.HeaderClassName
{
color: #D785CA;
}
.AnyTagClassName
{
color: #D785CA;
}
</style>
background-color css
<style>
a { background-color: #D785CA; }
a { background-color: rgb(215,133,202); }
div.DivClassName
{
background-color: #D785CA;
}
.BgClassName
{
background-color: #D785CA;
}
</style>
border-color css
<style>
span { border-color: #D785CA; }
span { border-color: rgb(215,133,202); }
td.TdClassName
{
border-color: #D785CA;
}
.TagClassName
{
border-color: #D785CA;
}
</style>