Shades of Orchid #DA7ECE
Tints of Orchid #DA7ECE
RGB
CMYK
RGB Variations
Color information
#DA7ECE (or 0xDA7ECE) is known color: Orchid. HEX triplet: DA, 7E and CE. RGB value is (218,126,206). Sum of RGB (Red+Green+Blue) = 218+126+206=550 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.64% from 550); Green value is 126 (49.61% from 255 or 22.91% from 550); Blue value is 206 (80.86% from 255 or 37.45% from 550); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7ECE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7ECE is #258131. Grayscale: #A2A2A2. Windows color (decimal): -2457906 or 13532890. OLE color: 13532890.
HSL color Cylindrical-coordinate representation of color #DA7ECE: hue angle of 307.83º 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 #DA7ECE is Cyan = 0, Magento = 0.42, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 126 | 206 | - |
| CMYK | 0 | 0.42 | 0.06 | 0.15 |
| HSL | 307.83º | 0.55% | 0.67% | - |
| HSV(B) | 307.83º | 0.42% | 0.85% | - |
| XYZ | 47.51 | 34.28 | 62.51 | - |
| YUV | 162.63 | 152.48 | 167.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 126 | 206 | 0 | 0.42 | 0.06 | 0.15 | 307.83 | 0.55 | 0.67 |
| Hex | DA | 7E | CE | 0 | 2A | 6 | F | 134 | 37 | 43 |
| Octal | 332 | 176 | 316 | 0 | 52 | 6 | 17 | 464 | 67 | 103 |
| Binary | 11011010 | 1111110 | 11001110 | 0 | 101010 | 110 | 1111 | 100110100 | 110111 | 1000011 |
Color Harmonies of #DA7ECE
Complementary color
Monochromatic Colors of #DA7ECE
Black with #DA7ECE
Text Example
Text Example
White with #DA7ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7ECE; }
p { color: rgb(218,126,206); }
H1.HeaderClassName
{
color: #DA7ECE;
}
.AnyTagClassName
{
color: #DA7ECE;
}
</style>
background-color css
<style>
a { background-color: #DA7ECE; }
a { background-color: rgb(218,126,206); }
div.DivClassName
{
background-color: #DA7ECE;
}
.BgClassName
{
background-color: #DA7ECE;
}
</style>
border-color css
<style>
span { border-color: #DA7ECE; }
span { border-color: rgb(218,126,206); }
td.TdClassName
{
border-color: #DA7ECE;
}
.TagClassName
{
border-color: #DA7ECE;
}
</style>