Shades of Orchid #DA7ED4
Tints of Orchid #DA7ED4
RGB
CMYK
RGB Variations
Color information
#DA7ED4 (or 0xDA7ED4) is known color: Orchid. HEX triplet: DA, 7E and D4. RGB value is (218,126,212). Sum of RGB (Red+Green+Blue) = 218+126+212=556 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.21% from 556); Green value is 126 (49.61% from 255 or 22.66% from 556); Blue value is 212 (83.20% from 255 or 38.13% from 556); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7ED4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7ED4 is #25812B. Grayscale: #A3A3A3. Windows color (decimal): -2457900 or 13926106. OLE color: 13926106.
HSL color Cylindrical-coordinate representation of color #DA7ED4: hue angle of 303.91º 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 #DA7ED4 is Cyan = 0, Magento = 0.42, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 126 | 212 | - |
| CMYK | 0 | 0.42 | 0.03 | 0.15 |
| HSL | 303.91º | 0.55% | 0.67% | - |
| HSV(B) | 303.91º | 0.42% | 0.85% | - |
| XYZ | 48.26 | 34.58 | 66.42 | - |
| YUV | 163.31 | 155.48 | 167.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 126 | 212 | 0 | 0.42 | 0.03 | 0.15 | 303.91 | 0.55 | 0.67 |
| Hex | DA | 7E | D4 | 0 | 2A | 3 | F | 130 | 37 | 43 |
| Octal | 332 | 176 | 324 | 0 | 52 | 3 | 17 | 460 | 67 | 103 |
| Binary | 11011010 | 1111110 | 11010100 | 0 | 101010 | 11 | 1111 | 100110000 | 110111 | 1000011 |
Color Harmonies of #DA7ED4
Complementary color
Monochromatic Colors of #DA7ED4
Black with #DA7ED4
Text Example
Text Example
White with #DA7ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7ED4; }
p { color: rgb(218,126,212); }
H1.HeaderClassName
{
color: #DA7ED4;
}
.AnyTagClassName
{
color: #DA7ED4;
}
</style>
background-color css
<style>
a { background-color: #DA7ED4; }
a { background-color: rgb(218,126,212); }
div.DivClassName
{
background-color: #DA7ED4;
}
.BgClassName
{
background-color: #DA7ED4;
}
</style>
border-color css
<style>
span { border-color: #DA7ED4; }
span { border-color: rgb(218,126,212); }
td.TdClassName
{
border-color: #DA7ED4;
}
.TagClassName
{
border-color: #DA7ED4;
}
</style>