Shades of Orchid #DA7ECD
Tints of Orchid #DA7ECD
RGB
CMYK
RGB Variations
Color information
#DA7ECD (or 0xDA7ECD) is known color: Orchid. HEX triplet: DA, 7E and CD. RGB value is (218,126,205). Sum of RGB (Red+Green+Blue) = 218+126+205=549 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.71% from 549); Green value is 126 (49.61% from 255 or 22.95% from 549); Blue value is 205 (80.47% from 255 or 37.34% from 549); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7ECD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7ECD is #258132. Grayscale: #A2A2A2. Windows color (decimal): -2457907 or 13467354. OLE color: 13467354.
HSL color Cylindrical-coordinate representation of color #DA7ECD: hue angle of 308.48º 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 #DA7ECD is Cyan = 0, Magento = 0.42, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 126 | 205 | - |
| CMYK | 0 | 0.42 | 0.06 | 0.15 |
| HSL | 308.48º | 0.55% | 0.67% | - |
| HSV(B) | 308.48º | 0.42% | 0.85% | - |
| XYZ | 47.39 | 34.23 | 61.87 | - |
| YUV | 162.51 | 151.98 | 167.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 126 | 205 | 0 | 0.42 | 0.06 | 0.15 | 308.48 | 0.55 | 0.67 |
| Hex | DA | 7E | CD | 0 | 2A | 6 | F | 134 | 37 | 43 |
| Octal | 332 | 176 | 315 | 0 | 52 | 6 | 17 | 464 | 67 | 103 |
| Binary | 11011010 | 1111110 | 11001101 | 0 | 101010 | 110 | 1111 | 100110100 | 110111 | 1000011 |
Color Harmonies of #DA7ECD
Complementary color
Monochromatic Colors of #DA7ECD
Black with #DA7ECD
Text Example
Text Example
White with #DA7ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7ECD; }
p { color: rgb(218,126,205); }
H1.HeaderClassName
{
color: #DA7ECD;
}
.AnyTagClassName
{
color: #DA7ECD;
}
</style>
background-color css
<style>
a { background-color: #DA7ECD; }
a { background-color: rgb(218,126,205); }
div.DivClassName
{
background-color: #DA7ECD;
}
.BgClassName
{
background-color: #DA7ECD;
}
</style>
border-color css
<style>
span { border-color: #DA7ECD; }
span { border-color: rgb(218,126,205); }
td.TdClassName
{
border-color: #DA7ECD;
}
.TagClassName
{
border-color: #DA7ECD;
}
</style>