Shades of Orchid #DA76C8
Tints of Orchid #DA76C8
RGB
CMYK
RGB Variations
Color information
#DA76C8 (or 0xDA76C8) is known color: Orchid. HEX triplet: DA, 76 and C8. RGB value is (218,118,200). Sum of RGB (Red+Green+Blue) = 218+118+200=536 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.67% from 536); Green value is 118 (46.48% from 255 or 22.01% from 536); Blue value is 200 (78.52% from 255 or 37.31% from 536); Max value from RGB is 218 - color contains mainly: red. Hex color #DA76C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA76C8 is #258937. Grayscale: #9D9D9D. Windows color (decimal): -2459960 or 13137626. OLE color: 13137626.
HSL color Cylindrical-coordinate representation of color #DA76C8: hue angle of 310.8º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DA76C8 is Cyan = 0, Magento = 0.46, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 118 | 200 | - |
| CMYK | 0 | 0.46 | 0.08 | 0.15 |
| HSL | 310.8º | 0.57% | 0.66% | - |
| HSV(B) | 310.8º | 0.46% | 0.85% | - |
| XYZ | 45.82 | 32.03 | 58.41 | - |
| YUV | 157.25 | 152.13 | 171.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 118 | 200 | 0 | 0.46 | 0.08 | 0.15 | 310.8 | 0.57 | 0.66 |
| Hex | DA | 76 | C8 | 0 | 2E | 8 | F | 137 | 39 | 42 |
| Octal | 332 | 166 | 310 | 0 | 56 | 10 | 17 | 467 | 71 | 102 |
| Binary | 11011010 | 1110110 | 11001000 | 0 | 101110 | 1000 | 1111 | 100110111 | 111001 | 1000010 |
Color Harmonies of #DA76C8
Complementary color
Monochromatic Colors of #DA76C8
Black with #DA76C8
Text Example
Text Example
White with #DA76C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA76C8; }
p { color: rgb(218,118,200); }
H1.HeaderClassName
{
color: #DA76C8;
}
.AnyTagClassName
{
color: #DA76C8;
}
</style>
background-color css
<style>
a { background-color: #DA76C8; }
a { background-color: rgb(218,118,200); }
div.DivClassName
{
background-color: #DA76C8;
}
.BgClassName
{
background-color: #DA76C8;
}
</style>
border-color css
<style>
span { border-color: #DA76C8; }
span { border-color: rgb(218,118,200); }
td.TdClassName
{
border-color: #DA76C8;
}
.TagClassName
{
border-color: #DA76C8;
}
</style>