Shades of Orchid #DA7EC0
Tints of Orchid #DA7EC0
RGB
CMYK
RGB Variations
Color information
#DA7EC0 (or 0xDA7EC0) is known color: Orchid. HEX triplet: DA, 7E and C0. RGB value is (218,126,192). Sum of RGB (Red+Green+Blue) = 218+126+192=536 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.67% from 536); Green value is 126 (49.61% from 255 or 23.51% from 536); Blue value is 192 (75.39% from 255 or 35.82% from 536); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7EC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7EC0 is #25813F. Grayscale: #A0A0A0. Windows color (decimal): -2457920 or 12615386. OLE color: 12615386.
HSL color Cylindrical-coordinate representation of color #DA7EC0: hue angle of 316.96º 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 #DA7EC0 is Cyan = 0, Magento = 0.42, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 126 | 192 | - |
| CMYK | 0 | 0.42 | 0.12 | 0.15 |
| HSL | 316.96º | 0.55% | 0.67% | - |
| HSV(B) | 316.96º | 0.42% | 0.85% | - |
| XYZ | 45.89 | 33.63 | 53.94 | - |
| YUV | 161.03 | 145.48 | 168.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 126 | 192 | 0 | 0.42 | 0.12 | 0.15 | 316.96 | 0.55 | 0.67 |
| Hex | DA | 7E | C0 | 0 | 2A | C | F | 13D | 37 | 43 |
| Octal | 332 | 176 | 300 | 0 | 52 | 14 | 17 | 475 | 67 | 103 |
| Binary | 11011010 | 1111110 | 11000000 | 0 | 101010 | 1100 | 1111 | 100111101 | 110111 | 1000011 |
Color Harmonies of #DA7EC0
Complementary color
Monochromatic Colors of #DA7EC0
Black with #DA7EC0
Text Example
Text Example
White with #DA7EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7EC0; }
p { color: rgb(218,126,192); }
H1.HeaderClassName
{
color: #DA7EC0;
}
.AnyTagClassName
{
color: #DA7EC0;
}
</style>
background-color css
<style>
a { background-color: #DA7EC0; }
a { background-color: rgb(218,126,192); }
div.DivClassName
{
background-color: #DA7EC0;
}
.BgClassName
{
background-color: #DA7EC0;
}
</style>
border-color css
<style>
span { border-color: #DA7EC0; }
span { border-color: rgb(218,126,192); }
td.TdClassName
{
border-color: #DA7EC0;
}
.TagClassName
{
border-color: #DA7EC0;
}
</style>