Shades of Orchid #DA76E7
Tints of Orchid #DA76E7
RGB
CMYK
RGB Variations
Color information
#DA76E7 (or 0xDA76E7) is known color: Orchid. HEX triplet: DA, 76 and E7. RGB value is (218,118,231). Sum of RGB (Red+Green+Blue) = 218+118+231=567 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.45% from 567); Green value is 118 (46.48% from 255 or 20.81% from 567); Blue value is 231 (90.62% from 255 or 40.74% from 567); Max value from RGB is 231 - color contains mainly: blue. Hex color #DA76E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA76E7 is #258918. Grayscale: #A0A0A0. Windows color (decimal): -2459929 or 15169242. OLE color: 15169242.
HSL color Cylindrical-coordinate representation of color #DA76E7: hue angle of 293.1º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DA76E7 is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 118 | 231 | - |
| CMYK | 0.06 | 0.49 | 0 | 0.09 |
| HSL | 293.1º | 0.7% | 0.68% | - |
| HSV(B) | 293.1º | 0.49% | 0.91% | - |
| XYZ | 49.82 | 33.63 | 79.47 | - |
| YUV | 160.78 | 167.63 | 168.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 118 | 231 | 0.06 | 0.49 | 0 | 0.09 | 293.1 | 0.7 | 0.68 |
| Hex | DA | 76 | E7 | 6 | 31 | 0 | 9 | 125 | 46 | 44 |
| Octal | 332 | 166 | 347 | 6 | 61 | 0 | 11 | 445 | 106 | 104 |
| Binary | 11011010 | 1110110 | 11100111 | 110 | 110001 | 0 | 1001 | 100100101 | 1000110 | 1000100 |
Color Harmonies of #DA76E7
Complementary color
Monochromatic Colors of #DA76E7
Black with #DA76E7
Text Example
Text Example
White with #DA76E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA76E7; }
p { color: rgb(218,118,231); }
H1.HeaderClassName
{
color: #DA76E7;
}
.AnyTagClassName
{
color: #DA76E7;
}
</style>
background-color css
<style>
a { background-color: #DA76E7; }
a { background-color: rgb(218,118,231); }
div.DivClassName
{
background-color: #DA76E7;
}
.BgClassName
{
background-color: #DA76E7;
}
</style>
border-color css
<style>
span { border-color: #DA76E7; }
span { border-color: rgb(218,118,231); }
td.TdClassName
{
border-color: #DA76E7;
}
.TagClassName
{
border-color: #DA76E7;
}
</style>