Shades of Orchid #DA7EC5
Tints of Orchid #DA7EC5
RGB
CMYK
RGB Variations
Color information
#DA7EC5 (or 0xDA7EC5) is known color: Orchid. HEX triplet: DA, 7E and C5. RGB value is (218,126,197). Sum of RGB (Red+Green+Blue) = 218+126+197=541 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.30% from 541); Green value is 126 (49.61% from 255 or 23.29% from 541); Blue value is 197 (77.34% from 255 or 36.41% from 541); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7EC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7EC5 is #25813A. Grayscale: #A1A1A1. Windows color (decimal): -2457915 or 12943066. OLE color: 12943066.
HSL color Cylindrical-coordinate representation of color #DA7EC5: hue angle of 313.7º 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 #DA7EC5 is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 126 | 197 | - |
| CMYK | 0 | 0.42 | 0.10 | 0.15 |
| HSL | 313.7º | 0.55% | 0.67% | - |
| HSV(B) | 313.7º | 0.42% | 0.85% | - |
| XYZ | 46.45 | 33.86 | 56.91 | - |
| YUV | 161.6 | 147.98 | 168.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 126 | 197 | 0 | 0.42 | 0.10 | 0.15 | 313.7 | 0.55 | 0.67 |
| Hex | DA | 7E | C5 | 0 | 2A | A | F | 13A | 37 | 43 |
| Octal | 332 | 176 | 305 | 0 | 52 | 12 | 17 | 472 | 67 | 103 |
| Binary | 11011010 | 1111110 | 11000101 | 0 | 101010 | 1010 | 1111 | 100111010 | 110111 | 1000011 |
Color Harmonies of #DA7EC5
Complementary color
Monochromatic Colors of #DA7EC5
Black with #DA7EC5
Text Example
Text Example
White with #DA7EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7EC5; }
p { color: rgb(218,126,197); }
H1.HeaderClassName
{
color: #DA7EC5;
}
.AnyTagClassName
{
color: #DA7EC5;
}
</style>
background-color css
<style>
a { background-color: #DA7EC5; }
a { background-color: rgb(218,126,197); }
div.DivClassName
{
background-color: #DA7EC5;
}
.BgClassName
{
background-color: #DA7EC5;
}
</style>
border-color css
<style>
span { border-color: #DA7EC5; }
span { border-color: rgb(218,126,197); }
td.TdClassName
{
border-color: #DA7EC5;
}
.TagClassName
{
border-color: #DA7EC5;
}
</style>