Shades of Orchid #DA76D4
Tints of Orchid #DA76D4
RGB
CMYK
RGB Variations
Color information
#DA76D4 (or 0xDA76D4) is known color: Orchid. HEX triplet: DA, 76 and D4. RGB value is (218,118,212). Sum of RGB (Red+Green+Blue) = 218+118+212=548 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.78% from 548); Green value is 118 (46.48% from 255 or 21.53% from 548); Blue value is 212 (83.20% from 255 or 38.69% from 548); Max value from RGB is 218 - color contains mainly: red. Hex color #DA76D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA76D4 is #25892B. Grayscale: #9E9E9E. Windows color (decimal): -2459948 or 13924058. OLE color: 13924058.
HSL color Cylindrical-coordinate representation of color #DA76D4: hue angle of 303.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 #DA76D4 is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 118 | 212 | - |
| CMYK | 0 | 0.46 | 0.03 | 0.15 |
| HSL | 303.6º | 0.57% | 0.66% | - |
| HSV(B) | 303.6º | 0.46% | 0.85% | - |
| XYZ | 47.28 | 32.62 | 66.09 | - |
| YUV | 158.62 | 158.13 | 170.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 118 | 212 | 0 | 0.46 | 0.03 | 0.15 | 303.6 | 0.57 | 0.66 |
| Hex | DA | 76 | D4 | 0 | 2E | 3 | F | 130 | 39 | 42 |
| Octal | 332 | 166 | 324 | 0 | 56 | 3 | 17 | 460 | 71 | 102 |
| Binary | 11011010 | 1110110 | 11010100 | 0 | 101110 | 11 | 1111 | 100110000 | 111001 | 1000010 |
Color Harmonies of #DA76D4
Complementary color
Monochromatic Colors of #DA76D4
Black with #DA76D4
Text Example
Text Example
White with #DA76D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA76D4; }
p { color: rgb(218,118,212); }
H1.HeaderClassName
{
color: #DA76D4;
}
.AnyTagClassName
{
color: #DA76D4;
}
</style>
background-color css
<style>
a { background-color: #DA76D4; }
a { background-color: rgb(218,118,212); }
div.DivClassName
{
background-color: #DA76D4;
}
.BgClassName
{
background-color: #DA76D4;
}
</style>
border-color css
<style>
span { border-color: #DA76D4; }
span { border-color: rgb(218,118,212); }
td.TdClassName
{
border-color: #DA76D4;
}
.TagClassName
{
border-color: #DA76D4;
}
</style>