Shades of Orchid #D76ACE
Tints of Orchid #D76ACE
RGB
CMYK
RGB Variations
Color information
#D76ACE (or 0xD76ACE) is known color: Orchid. HEX triplet: D7, 6A and CE. RGB value is (215,106,206). Sum of RGB (Red+Green+Blue) = 215+106+206=527 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.80% from 527); Green value is 106 (41.80% from 255 or 20.11% from 527); Blue value is 206 (80.86% from 255 or 39.09% from 527); Max value from RGB is 215 - color contains mainly: red. Hex color #D76ACE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76ACE is #289531. Grayscale: #959595. Windows color (decimal): -2659634 or 13527767. OLE color: 13527767.
HSL color Cylindrical-coordinate representation of color #D76ACE: hue angle of 304.95º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D76ACE is Cyan = 0, Magento = 0.51, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 106 | 206 | - |
| CMYK | 0 | 0.51 | 0.04 | 0.16 |
| HSL | 304.95º | 0.58% | 0.63% | - |
| HSV(B) | 304.95º | 0.51% | 0.84% | - |
| XYZ | 44.32 | 29.21 | 61.7 | - |
| YUV | 149.99 | 159.61 | 174.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 106 | 206 | 0 | 0.51 | 0.04 | 0.16 | 304.95 | 0.58 | 0.63 |
| Hex | D7 | 6A | CE | 0 | 33 | 4 | 10 | 131 | 3A | 3F |
| Octal | 327 | 152 | 316 | 0 | 63 | 4 | 20 | 461 | 72 | 77 |
| Binary | 11010111 | 1101010 | 11001110 | 0 | 110011 | 100 | 10000 | 100110001 | 111010 | 111111 |
Color Harmonies of #D76ACE
Complementary color
Monochromatic Colors of #D76ACE
Black with #D76ACE
Text Example
Text Example
White with #D76ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76ACE; }
p { color: rgb(215,106,206); }
H1.HeaderClassName
{
color: #D76ACE;
}
.AnyTagClassName
{
color: #D76ACE;
}
</style>
background-color css
<style>
a { background-color: #D76ACE; }
a { background-color: rgb(215,106,206); }
div.DivClassName
{
background-color: #D76ACE;
}
.BgClassName
{
background-color: #D76ACE;
}
</style>
border-color css
<style>
span { border-color: #D76ACE; }
span { border-color: rgb(215,106,206); }
td.TdClassName
{
border-color: #D76ACE;
}
.TagClassName
{
border-color: #D76ACE;
}
</style>