Shades of Orchid #D784C7
Tints of Orchid #D784C7
RGB
CMYK
RGB Variations
Color information
#D784C7 (or 0xD784C7) is known color: Orchid. HEX triplet: D7, 84 and C7. RGB value is (215,132,199). Sum of RGB (Red+Green+Blue) = 215+132+199=546 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.38% from 546); Green value is 132 (51.95% from 255 or 24.18% from 546); Blue value is 199 (78.12% from 255 or 36.45% from 546); Max value from RGB is 215 - color contains mainly: red. Hex color #D784C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D784C7 is #287B38. Grayscale: #A4A4A4. Windows color (decimal): -2652985 or 13075671. OLE color: 13075671.
HSL color Cylindrical-coordinate representation of color #D784C7: hue angle of 311.57º 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 #D784C7 is Cyan = 0, Magento = 0.39, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 132 | 199 | - |
| CMYK | 0 | 0.39 | 0.07 | 0.16 |
| HSL | 311.57º | 0.51% | 0.68% | - |
| HSV(B) | 311.57º | 0.39% | 0.84% | - |
| XYZ | 46.58 | 35.07 | 58.35 | - |
| YUV | 164.46 | 147.5 | 164.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 132 | 199 | 0 | 0.39 | 0.07 | 0.16 | 311.57 | 0.51 | 0.68 |
| Hex | D7 | 84 | C7 | 0 | 27 | 7 | 10 | 138 | 33 | 44 |
| Octal | 327 | 204 | 307 | 0 | 47 | 7 | 20 | 470 | 63 | 104 |
| Binary | 11010111 | 10000100 | 11000111 | 0 | 100111 | 111 | 10000 | 100111000 | 110011 | 1000100 |
Color Harmonies of #D784C7
Complementary color
Monochromatic Colors of #D784C7
Black with #D784C7
Text Example
Text Example
White with #D784C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D784C7; }
p { color: rgb(215,132,199); }
H1.HeaderClassName
{
color: #D784C7;
}
.AnyTagClassName
{
color: #D784C7;
}
</style>
background-color css
<style>
a { background-color: #D784C7; }
a { background-color: rgb(215,132,199); }
div.DivClassName
{
background-color: #D784C7;
}
.BgClassName
{
background-color: #D784C7;
}
</style>
border-color css
<style>
span { border-color: #D784C7; }
span { border-color: rgb(215,132,199); }
td.TdClassName
{
border-color: #D784C7;
}
.TagClassName
{
border-color: #D784C7;
}
</style>