Shades of Orchid #DA7ED1
Tints of Orchid #DA7ED1
RGB
CMYK
RGB Variations
Color information
#DA7ED1 (or 0xDA7ED1) is known color: Orchid. HEX triplet: DA, 7E and D1. RGB value is (218,126,209). Sum of RGB (Red+Green+Blue) = 218+126+209=553 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.42% from 553); Green value is 126 (49.61% from 255 or 22.78% from 553); Blue value is 209 (82.03% from 255 or 37.79% from 553); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7ED1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7ED1 is #25812E. Grayscale: #A2A2A2. Windows color (decimal): -2457903 or 13729498. OLE color: 13729498.
HSL color Cylindrical-coordinate representation of color #DA7ED1: hue angle of 305.87º 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 #DA7ED1 is Cyan = 0, Magento = 0.42, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 126 | 209 | - |
| CMYK | 0 | 0.42 | 0.04 | 0.15 |
| HSL | 305.87º | 0.55% | 0.67% | - |
| HSV(B) | 305.87º | 0.42% | 0.85% | - |
| XYZ | 47.88 | 34.43 | 64.44 | - |
| YUV | 162.97 | 153.98 | 167.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 126 | 209 | 0 | 0.42 | 0.04 | 0.15 | 305.87 | 0.55 | 0.67 |
| Hex | DA | 7E | D1 | 0 | 2A | 4 | F | 132 | 37 | 43 |
| Octal | 332 | 176 | 321 | 0 | 52 | 4 | 17 | 462 | 67 | 103 |
| Binary | 11011010 | 1111110 | 11010001 | 0 | 101010 | 100 | 1111 | 100110010 | 110111 | 1000011 |
Color Harmonies of #DA7ED1
Complementary color
Monochromatic Colors of #DA7ED1
Black with #DA7ED1
Text Example
Text Example
White with #DA7ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7ED1; }
p { color: rgb(218,126,209); }
H1.HeaderClassName
{
color: #DA7ED1;
}
.AnyTagClassName
{
color: #DA7ED1;
}
</style>
background-color css
<style>
a { background-color: #DA7ED1; }
a { background-color: rgb(218,126,209); }
div.DivClassName
{
background-color: #DA7ED1;
}
.BgClassName
{
background-color: #DA7ED1;
}
</style>
border-color css
<style>
span { border-color: #DA7ED1; }
span { border-color: rgb(218,126,209); }
td.TdClassName
{
border-color: #DA7ED1;
}
.TagClassName
{
border-color: #DA7ED1;
}
</style>