Shades of Orchid #DA76C5
Tints of Orchid #DA76C5
RGB
CMYK
RGB Variations
Color information
#DA76C5 (or 0xDA76C5) is known color: Orchid. HEX triplet: DA, 76 and C5. RGB value is (218,118,197). Sum of RGB (Red+Green+Blue) = 218+118+197=533 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.90% from 533); Green value is 118 (46.48% from 255 or 22.14% from 533); Blue value is 197 (77.34% from 255 or 36.96% from 533); Max value from RGB is 218 - color contains mainly: red. Hex color #DA76C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA76C5 is #25893A. Grayscale: #9C9C9C. Windows color (decimal): -2459963 or 12941018. OLE color: 12941018.
HSL color Cylindrical-coordinate representation of color #DA76C5: hue angle of 312.6º 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 #DA76C5 is Cyan = 0, Magento = 0.46, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 118 | 197 | - |
| CMYK | 0 | 0.46 | 0.10 | 0.15 |
| HSL | 312.6º | 0.57% | 0.66% | - |
| HSV(B) | 312.6º | 0.46% | 0.85% | - |
| XYZ | 45.47 | 31.89 | 56.58 | - |
| YUV | 156.91 | 150.63 | 171.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 118 | 197 | 0 | 0.46 | 0.10 | 0.15 | 312.6 | 0.57 | 0.66 |
| Hex | DA | 76 | C5 | 0 | 2E | A | F | 139 | 39 | 42 |
| Octal | 332 | 166 | 305 | 0 | 56 | 12 | 17 | 471 | 71 | 102 |
| Binary | 11011010 | 1110110 | 11000101 | 0 | 101110 | 1010 | 1111 | 100111001 | 111001 | 1000010 |
Color Harmonies of #DA76C5
Complementary color
Monochromatic Colors of #DA76C5
Black with #DA76C5
Text Example
Text Example
White with #DA76C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA76C5; }
p { color: rgb(218,118,197); }
H1.HeaderClassName
{
color: #DA76C5;
}
.AnyTagClassName
{
color: #DA76C5;
}
</style>
background-color css
<style>
a { background-color: #DA76C5; }
a { background-color: rgb(218,118,197); }
div.DivClassName
{
background-color: #DA76C5;
}
.BgClassName
{
background-color: #DA76C5;
}
</style>
border-color css
<style>
span { border-color: #DA76C5; }
span { border-color: rgb(218,118,197); }
td.TdClassName
{
border-color: #DA76C5;
}
.TagClassName
{
border-color: #DA76C5;
}
</style>