Shades of Orchid #DA76E6
Tints of Orchid #DA76E6
RGB
CMYK
RGB Variations
Color information
#DA76E6 (or 0xDA76E6) is known color: Orchid. HEX triplet: DA, 76 and E6. RGB value is (218,118,230). Sum of RGB (Red+Green+Blue) = 218+118+230=566 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.52% from 566); Green value is 118 (46.48% from 255 or 20.85% from 566); Blue value is 230 (90.23% from 255 or 40.64% from 566); Max value from RGB is 230 - color contains mainly: blue. Hex color #DA76E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA76E6 is #258919. Grayscale: #A0A0A0. Windows color (decimal): -2459930 or 15103706. OLE color: 15103706.
HSL color Cylindrical-coordinate representation of color #DA76E6: hue angle of 293.57º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DA76E6 is Cyan = 0.05, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 118 | 230 | - |
| CMYK | 0.05 | 0.49 | 0 | 0.10 |
| HSL | 293.57º | 0.69% | 0.68% | - |
| HSV(B) | 293.57º | 0.49% | 0.9% | - |
| XYZ | 49.67 | 33.58 | 78.73 | - |
| YUV | 160.67 | 167.13 | 168.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 118 | 230 | 0.05 | 0.49 | 0 | 0.10 | 293.57 | 0.69 | 0.68 |
| Hex | DA | 76 | E6 | 5 | 31 | 0 | A | 126 | 45 | 44 |
| Octal | 332 | 166 | 346 | 5 | 61 | 0 | 12 | 446 | 105 | 104 |
| Binary | 11011010 | 1110110 | 11100110 | 101 | 110001 | 0 | 1010 | 100100110 | 1000101 | 1000100 |
Color Harmonies of #DA76E6
Complementary color
Monochromatic Colors of #DA76E6
Black with #DA76E6
Text Example
Text Example
White with #DA76E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA76E6; }
p { color: rgb(218,118,230); }
H1.HeaderClassName
{
color: #DA76E6;
}
.AnyTagClassName
{
color: #DA76E6;
}
</style>
background-color css
<style>
a { background-color: #DA76E6; }
a { background-color: rgb(218,118,230); }
div.DivClassName
{
background-color: #DA76E6;
}
.BgClassName
{
background-color: #DA76E6;
}
</style>
border-color css
<style>
span { border-color: #DA76E6; }
span { border-color: rgb(218,118,230); }
td.TdClassName
{
border-color: #DA76E6;
}
.TagClassName
{
border-color: #DA76E6;
}
</style>