Shades of Orchid #DA76C7
Tints of Orchid #DA76C7
RGB
CMYK
RGB Variations
Color information
#DA76C7 (or 0xDA76C7) is known color: Orchid. HEX triplet: DA, 76 and C7. RGB value is (218,118,199). Sum of RGB (Red+Green+Blue) = 218+118+199=535 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.75% from 535); Green value is 118 (46.48% from 255 or 22.06% from 535); Blue value is 199 (78.12% from 255 or 37.20% from 535); Max value from RGB is 218 - color contains mainly: red. Hex color #DA76C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA76C7 is #258938. Grayscale: #9C9C9C. Windows color (decimal): -2459961 or 13072090. OLE color: 13072090.
HSL color Cylindrical-coordinate representation of color #DA76C7: hue angle of 311.4º 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 #DA76C7 is Cyan = 0, Magento = 0.46, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 118 | 199 | - |
| CMYK | 0 | 0.46 | 0.09 | 0.15 |
| HSL | 311.4º | 0.57% | 0.66% | - |
| HSV(B) | 311.4º | 0.46% | 0.85% | - |
| XYZ | 45.7 | 31.99 | 57.8 | - |
| YUV | 157.13 | 151.63 | 171.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 118 | 199 | 0 | 0.46 | 0.09 | 0.15 | 311.4 | 0.57 | 0.66 |
| Hex | DA | 76 | C7 | 0 | 2E | 9 | F | 137 | 39 | 42 |
| Octal | 332 | 166 | 307 | 0 | 56 | 11 | 17 | 467 | 71 | 102 |
| Binary | 11011010 | 1110110 | 11000111 | 0 | 101110 | 1001 | 1111 | 100110111 | 111001 | 1000010 |
Color Harmonies of #DA76C7
Complementary color
Monochromatic Colors of #DA76C7
Black with #DA76C7
Text Example
Text Example
White with #DA76C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA76C7; }
p { color: rgb(218,118,199); }
H1.HeaderClassName
{
color: #DA76C7;
}
.AnyTagClassName
{
color: #DA76C7;
}
</style>
background-color css
<style>
a { background-color: #DA76C7; }
a { background-color: rgb(218,118,199); }
div.DivClassName
{
background-color: #DA76C7;
}
.BgClassName
{
background-color: #DA76C7;
}
</style>
border-color css
<style>
span { border-color: #DA76C7; }
span { border-color: rgb(218,118,199); }
td.TdClassName
{
border-color: #DA76C7;
}
.TagClassName
{
border-color: #DA76C7;
}
</style>