Shades of Orchid #D76AC8
Tints of Orchid #D76AC8
RGB
CMYK
RGB Variations
Color information
#D76AC8 (or 0xD76AC8) is known color: Orchid. HEX triplet: D7, 6A and C8. RGB value is (215,106,200). Sum of RGB (Red+Green+Blue) = 215+106+200=521 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.27% from 521); Green value is 106 (41.80% from 255 or 20.35% from 521); Blue value is 200 (78.52% from 255 or 38.39% from 521); Max value from RGB is 215 - color contains mainly: red. Hex color #D76AC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76AC8 is #289537. Grayscale: #959595. Windows color (decimal): -2659640 or 13134551. OLE color: 13134551.
HSL color Cylindrical-coordinate representation of color #D76AC8: hue angle of 308.26º 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 #D76AC8 is Cyan = 0, Magento = 0.51, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 106 | 200 | - |
| CMYK | 0 | 0.51 | 0.07 | 0.16 |
| HSL | 308.26º | 0.58% | 0.63% | - |
| HSV(B) | 308.26º | 0.51% | 0.84% | - |
| XYZ | 43.6 | 28.93 | 57.93 | - |
| YUV | 149.31 | 156.61 | 174.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 106 | 200 | 0 | 0.51 | 0.07 | 0.16 | 308.26 | 0.58 | 0.63 |
| Hex | D7 | 6A | C8 | 0 | 33 | 7 | 10 | 134 | 3A | 3F |
| Octal | 327 | 152 | 310 | 0 | 63 | 7 | 20 | 464 | 72 | 77 |
| Binary | 11010111 | 1101010 | 11001000 | 0 | 110011 | 111 | 10000 | 100110100 | 111010 | 111111 |
Color Harmonies of #D76AC8
Complementary color
Monochromatic Colors of #D76AC8
Black with #D76AC8
Text Example
Text Example
White with #D76AC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76AC8; }
p { color: rgb(215,106,200); }
H1.HeaderClassName
{
color: #D76AC8;
}
.AnyTagClassName
{
color: #D76AC8;
}
</style>
background-color css
<style>
a { background-color: #D76AC8; }
a { background-color: rgb(215,106,200); }
div.DivClassName
{
background-color: #D76AC8;
}
.BgClassName
{
background-color: #D76AC8;
}
</style>
border-color css
<style>
span { border-color: #D76AC8; }
span { border-color: rgb(215,106,200); }
td.TdClassName
{
border-color: #D76AC8;
}
.TagClassName
{
border-color: #D76AC8;
}
</style>