Shades of Orchid #D785CD
Tints of Orchid #D785CD
RGB
CMYK
RGB Variations
Color information
#D785CD (or 0xD785CD) is known color: Orchid. HEX triplet: D7, 85 and CD. RGB value is (215,133,205). Sum of RGB (Red+Green+Blue) = 215+133+205=553 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.88% from 553); Green value is 133 (52.34% from 255 or 24.05% from 553); Blue value is 205 (80.47% from 255 or 37.07% from 553); Max value from RGB is 215 - color contains mainly: red. Hex color #D785CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D785CD is #287A32. Grayscale: #A5A5A5. Windows color (decimal): -2652723 or 13469143. OLE color: 13469143.
HSL color Cylindrical-coordinate representation of color #D785CD: hue angle of 307.32º 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 #D785CD is Cyan = 0, Magento = 0.38, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 133 | 205 | - |
| CMYK | 0 | 0.38 | 0.05 | 0.16 |
| HSL | 307.32º | 0.51% | 0.68% | - |
| HSV(B) | 307.32º | 0.38% | 0.84% | - |
| XYZ | 47.43 | 35.63 | 62.13 | - |
| YUV | 165.73 | 150.17 | 163.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 133 | 205 | 0 | 0.38 | 0.05 | 0.16 | 307.32 | 0.51 | 0.68 |
| Hex | D7 | 85 | CD | 0 | 26 | 5 | 10 | 133 | 33 | 44 |
| Octal | 327 | 205 | 315 | 0 | 46 | 5 | 20 | 463 | 63 | 104 |
| Binary | 11010111 | 10000101 | 11001101 | 0 | 100110 | 101 | 10000 | 100110011 | 110011 | 1000100 |
Color Harmonies of #D785CD
Complementary color
Monochromatic Colors of #D785CD
Black with #D785CD
Text Example
Text Example
White with #D785CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D785CD; }
p { color: rgb(215,133,205); }
H1.HeaderClassName
{
color: #D785CD;
}
.AnyTagClassName
{
color: #D785CD;
}
</style>
background-color css
<style>
a { background-color: #D785CD; }
a { background-color: rgb(215,133,205); }
div.DivClassName
{
background-color: #D785CD;
}
.BgClassName
{
background-color: #D785CD;
}
</style>
border-color css
<style>
span { border-color: #D785CD; }
span { border-color: rgb(215,133,205); }
td.TdClassName
{
border-color: #D785CD;
}
.TagClassName
{
border-color: #D785CD;
}
</style>