Shades of Orchid #DA7ADE
Tints of Orchid #DA7ADE
RGB
CMYK
RGB Variations
Color information
#DA7ADE (or 0xDA7ADE) is known color: Orchid. HEX triplet: DA, 7A and DE. RGB value is (218,122,222). Sum of RGB (Red+Green+Blue) = 218+122+222=562 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.79% from 562); Green value is 122 (48.05% from 255 or 21.71% from 562); Blue value is 222 (87.11% from 255 or 39.50% from 562); Max value from RGB is 222 - color contains mainly: blue. Hex color #DA7ADE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7ADE is #258521. Grayscale: #A1A1A1. Windows color (decimal): -2458914 or 14580442. OLE color: 14580442.
HSL color Cylindrical-coordinate representation of color #DA7ADE: hue angle of 297.6º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DA7ADE is Cyan = 0.02, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 122 | 222 | - |
| CMYK | 0.02 | 0.45 | 0 | 0.13 |
| HSL | 297.6º | 0.6% | 0.67% | - |
| HSV(B) | 297.6º | 0.45% | 0.87% | - |
| XYZ | 49.06 | 34.1 | 73.1 | - |
| YUV | 162.1 | 161.8 | 167.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 122 | 222 | 0.02 | 0.45 | 0 | 0.13 | 297.6 | 0.6 | 0.67 |
| Hex | DA | 7A | DE | 2 | 2D | 0 | D | 12A | 3C | 43 |
| Octal | 332 | 172 | 336 | 2 | 55 | 0 | 15 | 452 | 74 | 103 |
| Binary | 11011010 | 1111010 | 11011110 | 10 | 101101 | 0 | 1101 | 100101010 | 111100 | 1000011 |
Color Harmonies of #DA7ADE
Complementary color
Monochromatic Colors of #DA7ADE
Black with #DA7ADE
Text Example
Text Example
White with #DA7ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7ADE; }
p { color: rgb(218,122,222); }
H1.HeaderClassName
{
color: #DA7ADE;
}
.AnyTagClassName
{
color: #DA7ADE;
}
</style>
background-color css
<style>
a { background-color: #DA7ADE; }
a { background-color: rgb(218,122,222); }
div.DivClassName
{
background-color: #DA7ADE;
}
.BgClassName
{
background-color: #DA7ADE;
}
</style>
border-color css
<style>
span { border-color: #DA7ADE; }
span { border-color: rgb(218,122,222); }
td.TdClassName
{
border-color: #DA7ADE;
}
.TagClassName
{
border-color: #DA7ADE;
}
</style>