Shades of Orchid #D77DCA
Tints of Orchid #D77DCA
RGB
CMYK
RGB Variations
Color information
#D77DCA (or 0xD77DCA) is known color: Orchid. HEX triplet: D7, 7D and CA. RGB value is (215,125,202). Sum of RGB (Red+Green+Blue) = 215+125+202=542 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.67% from 542); Green value is 125 (49.22% from 255 or 23.06% from 542); Blue value is 202 (79.30% from 255 or 37.27% from 542); Max value from RGB is 215 - color contains mainly: red. Hex color #D77DCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77DCA is #288235. Grayscale: #A0A0A0. Windows color (decimal): -2654774 or 13270487. OLE color: 13270487.
HSL color Cylindrical-coordinate representation of color #D77DCA: hue angle of 308.67º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D77DCA is Cyan = 0, Magento = 0.42, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 125 | 202 | - |
| CMYK | 0 | 0.42 | 0.06 | 0.16 |
| HSL | 308.67º | 0.53% | 0.67% | - |
| HSV(B) | 308.67º | 0.42% | 0.84% | - |
| XYZ | 46.02 | 33.38 | 59.89 | - |
| YUV | 160.69 | 151.32 | 166.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 125 | 202 | 0 | 0.42 | 0.06 | 0.16 | 308.67 | 0.53 | 0.67 |
| Hex | D7 | 7D | CA | 0 | 2A | 6 | 10 | 135 | 35 | 43 |
| Octal | 327 | 175 | 312 | 0 | 52 | 6 | 20 | 465 | 65 | 103 |
| Binary | 11010111 | 1111101 | 11001010 | 0 | 101010 | 110 | 10000 | 100110101 | 110101 | 1000011 |
Color Harmonies of #D77DCA
Complementary color
Monochromatic Colors of #D77DCA
Black with #D77DCA
Text Example
Text Example
White with #D77DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77DCA; }
p { color: rgb(215,125,202); }
H1.HeaderClassName
{
color: #D77DCA;
}
.AnyTagClassName
{
color: #D77DCA;
}
</style>
background-color css
<style>
a { background-color: #D77DCA; }
a { background-color: rgb(215,125,202); }
div.DivClassName
{
background-color: #D77DCA;
}
.BgClassName
{
background-color: #D77DCA;
}
</style>
border-color css
<style>
span { border-color: #D77DCA; }
span { border-color: rgb(215,125,202); }
td.TdClassName
{
border-color: #D77DCA;
}
.TagClassName
{
border-color: #D77DCA;
}
</style>