Shades of Orchid #DA7ED3
Tints of Orchid #DA7ED3
RGB
CMYK
RGB Variations
Color information
#DA7ED3 (or 0xDA7ED3) is known color: Orchid. HEX triplet: DA, 7E and D3. RGB value is (218,126,211). Sum of RGB (Red+Green+Blue) = 218+126+211=555 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.28% from 555); Green value is 126 (49.61% from 255 or 22.70% from 555); Blue value is 211 (82.81% from 255 or 38.02% from 555); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7ED3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7ED3 is #25812C. Grayscale: #A2A2A2. Windows color (decimal): -2457901 or 13860570. OLE color: 13860570.
HSL color Cylindrical-coordinate representation of color #DA7ED3: hue angle of 304.57º 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 #DA7ED3 is Cyan = 0, Magento = 0.42, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 126 | 211 | - |
| CMYK | 0 | 0.42 | 0.03 | 0.15 |
| HSL | 304.57º | 0.55% | 0.67% | - |
| HSV(B) | 304.57º | 0.42% | 0.85% | - |
| XYZ | 48.13 | 34.53 | 65.76 | - |
| YUV | 163.2 | 154.98 | 167.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 126 | 211 | 0 | 0.42 | 0.03 | 0.15 | 304.57 | 0.55 | 0.67 |
| Hex | DA | 7E | D3 | 0 | 2A | 3 | F | 131 | 37 | 43 |
| Octal | 332 | 176 | 323 | 0 | 52 | 3 | 17 | 461 | 67 | 103 |
| Binary | 11011010 | 1111110 | 11010011 | 0 | 101010 | 11 | 1111 | 100110001 | 110111 | 1000011 |
Color Harmonies of #DA7ED3
Complementary color
Monochromatic Colors of #DA7ED3
Black with #DA7ED3
Text Example
Text Example
White with #DA7ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7ED3; }
p { color: rgb(218,126,211); }
H1.HeaderClassName
{
color: #DA7ED3;
}
.AnyTagClassName
{
color: #DA7ED3;
}
</style>
background-color css
<style>
a { background-color: #DA7ED3; }
a { background-color: rgb(218,126,211); }
div.DivClassName
{
background-color: #DA7ED3;
}
.BgClassName
{
background-color: #DA7ED3;
}
</style>
border-color css
<style>
span { border-color: #DA7ED3; }
span { border-color: rgb(218,126,211); }
td.TdClassName
{
border-color: #DA7ED3;
}
.TagClassName
{
border-color: #DA7ED3;
}
</style>