Shades of Orchid #DA7AD8
Tints of Orchid #DA7AD8
RGB
CMYK
RGB Variations
Color information
#DA7AD8 (or 0xDA7AD8) is known color: Orchid. HEX triplet: DA, 7A and D8. RGB value is (218,122,216). Sum of RGB (Red+Green+Blue) = 218+122+216=556 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.21% from 556); Green value is 122 (48.05% from 255 or 21.94% from 556); Blue value is 216 (84.77% from 255 or 38.85% from 556); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7AD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7AD8 is #258527. Grayscale: #A1A1A1. Windows color (decimal): -2458920 or 14187226. OLE color: 14187226.
HSL color Cylindrical-coordinate representation of color #DA7AD8: hue angle of 301.25º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DA7AD8 is Cyan = 0, Magento = 0.44, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 122 | 216 | - |
| CMYK | 0 | 0.44 | 0.01 | 0.15 |
| HSL | 301.25º | 0.56% | 0.67% | - |
| HSV(B) | 301.25º | 0.44% | 0.85% | - |
| XYZ | 48.27 | 33.78 | 68.94 | - |
| YUV | 161.42 | 158.8 | 168.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 122 | 216 | 0 | 0.44 | 0.01 | 0.15 | 301.25 | 0.56 | 0.67 |
| Hex | DA | 7A | D8 | 0 | 2C | 1 | F | 12D | 38 | 43 |
| Octal | 332 | 172 | 330 | 0 | 54 | 1 | 17 | 455 | 70 | 103 |
| Binary | 11011010 | 1111010 | 11011000 | 0 | 101100 | 1 | 1111 | 100101101 | 111000 | 1000011 |
Color Harmonies of #DA7AD8
Complementary color
Monochromatic Colors of #DA7AD8
Black with #DA7AD8
Text Example
Text Example
White with #DA7AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7AD8; }
p { color: rgb(218,122,216); }
H1.HeaderClassName
{
color: #DA7AD8;
}
.AnyTagClassName
{
color: #DA7AD8;
}
</style>
background-color css
<style>
a { background-color: #DA7AD8; }
a { background-color: rgb(218,122,216); }
div.DivClassName
{
background-color: #DA7AD8;
}
.BgClassName
{
background-color: #DA7AD8;
}
</style>
border-color css
<style>
span { border-color: #DA7AD8; }
span { border-color: rgb(218,122,216); }
td.TdClassName
{
border-color: #DA7AD8;
}
.TagClassName
{
border-color: #DA7AD8;
}
</style>