Shades of Orchid #DA7EDE
Tints of Orchid #DA7EDE
RGB
CMYK
RGB Variations
Color information
#DA7EDE (or 0xDA7EDE) is known color: Orchid. HEX triplet: DA, 7E and DE. RGB value is (218,126,222). Sum of RGB (Red+Green+Blue) = 218+126+222=566 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.52% from 566); Green value is 126 (49.61% from 255 or 22.26% from 566); Blue value is 222 (87.11% from 255 or 39.22% from 566); Max value from RGB is 222 - color contains mainly: blue. Hex color #DA7EDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7EDE is #258121. Grayscale: #A4A4A4. Windows color (decimal): -2457890 or 14581466. OLE color: 14581466.
HSL color Cylindrical-coordinate representation of color #DA7EDE: hue angle of 297.5º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DA7EDE is Cyan = 0.02, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 126 | 222 | - |
| CMYK | 0.02 | 0.43 | 0 | 0.13 |
| HSL | 297.5º | 0.59% | 0.68% | - |
| HSV(B) | 297.5º | 0.43% | 0.87% | - |
| XYZ | 49.56 | 35.1 | 73.27 | - |
| YUV | 164.45 | 160.48 | 166.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 126 | 222 | 0.02 | 0.43 | 0 | 0.13 | 297.5 | 0.59 | 0.68 |
| Hex | DA | 7E | DE | 2 | 2B | 0 | D | 12A | 3B | 44 |
| Octal | 332 | 176 | 336 | 2 | 53 | 0 | 15 | 452 | 73 | 104 |
| Binary | 11011010 | 1111110 | 11011110 | 10 | 101011 | 0 | 1101 | 100101010 | 111011 | 1000100 |
Color Harmonies of #DA7EDE
Complementary color
Monochromatic Colors of #DA7EDE
Black with #DA7EDE
Text Example
Text Example
White with #DA7EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7EDE; }
p { color: rgb(218,126,222); }
H1.HeaderClassName
{
color: #DA7EDE;
}
.AnyTagClassName
{
color: #DA7EDE;
}
</style>
background-color css
<style>
a { background-color: #DA7EDE; }
a { background-color: rgb(218,126,222); }
div.DivClassName
{
background-color: #DA7EDE;
}
.BgClassName
{
background-color: #DA7EDE;
}
</style>
border-color css
<style>
span { border-color: #DA7EDE; }
span { border-color: rgb(218,126,222); }
td.TdClassName
{
border-color: #DA7EDE;
}
.TagClassName
{
border-color: #DA7EDE;
}
</style>