Shades of Orchid #D784C6
Tints of Orchid #D784C6
RGB
CMYK
RGB Variations
Color information
#D784C6 (or 0xD784C6) is known color: Orchid. HEX triplet: D7, 84 and C6. RGB value is (215,132,198). Sum of RGB (Red+Green+Blue) = 215+132+198=545 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.45% from 545); Green value is 132 (51.95% from 255 or 24.22% from 545); Blue value is 198 (77.73% from 255 or 36.33% from 545); Max value from RGB is 215 - color contains mainly: red. Hex color #D784C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D784C6 is #287B39. Grayscale: #A4A4A4. Windows color (decimal): -2652986 or 13010135. OLE color: 13010135.
HSL color Cylindrical-coordinate representation of color #D784C6: hue angle of 312.29º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D784C6 is Cyan = 0, Magento = 0.39, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 132 | 198 | - |
| CMYK | 0 | 0.39 | 0.08 | 0.16 |
| HSL | 312.29º | 0.51% | 0.68% | - |
| HSV(B) | 312.29º | 0.39% | 0.84% | - |
| XYZ | 46.47 | 35.03 | 57.74 | - |
| YUV | 164.34 | 147 | 164.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 132 | 198 | 0 | 0.39 | 0.08 | 0.16 | 312.29 | 0.51 | 0.68 |
| Hex | D7 | 84 | C6 | 0 | 27 | 8 | 10 | 138 | 33 | 44 |
| Octal | 327 | 204 | 306 | 0 | 47 | 10 | 20 | 470 | 63 | 104 |
| Binary | 11010111 | 10000100 | 11000110 | 0 | 100111 | 1000 | 10000 | 100111000 | 110011 | 1000100 |
Color Harmonies of #D784C6
Complementary color
Monochromatic Colors of #D784C6
Black with #D784C6
Text Example
Text Example
White with #D784C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D784C6; }
p { color: rgb(215,132,198); }
H1.HeaderClassName
{
color: #D784C6;
}
.AnyTagClassName
{
color: #D784C6;
}
</style>
background-color css
<style>
a { background-color: #D784C6; }
a { background-color: rgb(215,132,198); }
div.DivClassName
{
background-color: #D784C6;
}
.BgClassName
{
background-color: #D784C6;
}
</style>
border-color css
<style>
span { border-color: #D784C6; }
span { border-color: rgb(215,132,198); }
td.TdClassName
{
border-color: #D784C6;
}
.TagClassName
{
border-color: #D784C6;
}
</style>