Shades of Orchid #D76CC0
Tints of Orchid #D76CC0
RGB
CMYK
RGB Variations
Color information
#D76CC0 (or 0xD76CC0) is known color: Orchid. HEX triplet: D7, 6C and C0. RGB value is (215,108,192). Sum of RGB (Red+Green+Blue) = 215+108+192=515 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.75% from 515); Green value is 108 (42.58% from 255 or 20.97% from 515); Blue value is 192 (75.39% from 255 or 37.28% from 515); Max value from RGB is 215 - color contains mainly: red. Hex color #D76CC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76CC0 is #28933F. Grayscale: #959595. Windows color (decimal): -2659136 or 12610775. OLE color: 12610775.
HSL color Cylindrical-coordinate representation of color #D76CC0: hue angle of 312.9º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D76CC0 is Cyan = 0, Magento = 0.50, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 108 | 192 | - |
| CMYK | 0 | 0.50 | 0.11 | 0.16 |
| HSL | 312.9º | 0.57% | 0.63% | - |
| HSV(B) | 312.9º | 0.5% | 0.84% | - |
| XYZ | 42.9 | 28.98 | 53.2 | - |
| YUV | 149.57 | 151.95 | 174.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 108 | 192 | 0 | 0.50 | 0.11 | 0.16 | 312.9 | 0.57 | 0.63 |
| Hex | D7 | 6C | C0 | 0 | 32 | B | 10 | 139 | 39 | 3F |
| Octal | 327 | 154 | 300 | 0 | 62 | 13 | 20 | 471 | 71 | 77 |
| Binary | 11010111 | 1101100 | 11000000 | 0 | 110010 | 1011 | 10000 | 100111001 | 111001 | 111111 |
Color Harmonies of #D76CC0
Complementary color
Monochromatic Colors of #D76CC0
Black with #D76CC0
Text Example
Text Example
White with #D76CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76CC0; }
p { color: rgb(215,108,192); }
H1.HeaderClassName
{
color: #D76CC0;
}
.AnyTagClassName
{
color: #D76CC0;
}
</style>
background-color css
<style>
a { background-color: #D76CC0; }
a { background-color: rgb(215,108,192); }
div.DivClassName
{
background-color: #D76CC0;
}
.BgClassName
{
background-color: #D76CC0;
}
</style>
border-color css
<style>
span { border-color: #D76CC0; }
span { border-color: rgb(215,108,192); }
td.TdClassName
{
border-color: #D76CC0;
}
.TagClassName
{
border-color: #D76CC0;
}
</style>