Shades of Orchid #DA7ED8
Tints of Orchid #DA7ED8
RGB
CMYK
RGB Variations
Color information
#DA7ED8 (or 0xDA7ED8) is known color: Orchid. HEX triplet: DA, 7E and D8. RGB value is (218,126,216). Sum of RGB (Red+Green+Blue) = 218+126+216=560 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.93% from 560); Green value is 126 (49.61% from 255 or 22.5% from 560); Blue value is 216 (84.77% from 255 or 38.57% from 560); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7ED8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7ED8 is #258127. Grayscale: #A3A3A3. Windows color (decimal): -2457896 or 14188250. OLE color: 14188250.
HSL color Cylindrical-coordinate representation of color #DA7ED8: hue angle of 301.3º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DA7ED8 is Cyan = 0, Magento = 0.42, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 126 | 216 | - |
| CMYK | 0 | 0.42 | 0.01 | 0.15 |
| HSL | 301.3º | 0.55% | 0.67% | - |
| HSV(B) | 301.3º | 0.42% | 0.85% | - |
| XYZ | 48.77 | 34.79 | 69.11 | - |
| YUV | 163.77 | 157.48 | 166.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 126 | 216 | 0 | 0.42 | 0.01 | 0.15 | 301.3 | 0.55 | 0.67 |
| Hex | DA | 7E | D8 | 0 | 2A | 1 | F | 12D | 37 | 43 |
| Octal | 332 | 176 | 330 | 0 | 52 | 1 | 17 | 455 | 67 | 103 |
| Binary | 11011010 | 1111110 | 11011000 | 0 | 101010 | 1 | 1111 | 100101101 | 110111 | 1000011 |
Color Harmonies of #DA7ED8
Complementary color
Monochromatic Colors of #DA7ED8
Black with #DA7ED8
Text Example
Text Example
White with #DA7ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7ED8; }
p { color: rgb(218,126,216); }
H1.HeaderClassName
{
color: #DA7ED8;
}
.AnyTagClassName
{
color: #DA7ED8;
}
</style>
background-color css
<style>
a { background-color: #DA7ED8; }
a { background-color: rgb(218,126,216); }
div.DivClassName
{
background-color: #DA7ED8;
}
.BgClassName
{
background-color: #DA7ED8;
}
</style>
border-color css
<style>
span { border-color: #DA7ED8; }
span { border-color: rgb(218,126,216); }
td.TdClassName
{
border-color: #DA7ED8;
}
.TagClassName
{
border-color: #DA7ED8;
}
</style>