Shades of Orchid #DA6ED0
Tints of Orchid #DA6ED0
RGB
CMYK
RGB Variations
Color information
#DA6ED0 (or 0xDA6ED0) is known color: Orchid. HEX triplet: DA, 6E and D0. RGB value is (218,110,208). Sum of RGB (Red+Green+Blue) = 218+110+208=536 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.67% from 536); Green value is 110 (43.36% from 255 or 20.52% from 536); Blue value is 208 (81.64% from 255 or 38.81% from 536); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6ED0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6ED0 is #25912F. Grayscale: #999999. Windows color (decimal): -2462000 or 13659866. OLE color: 13659866.
HSL color Cylindrical-coordinate representation of color #DA6ED0: hue angle of 305.56º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DA6ED0 is Cyan = 0, Magento = 0.50, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 110 | 208 | - |
| CMYK | 0 | 0.50 | 0.05 | 0.15 |
| HSL | 305.56º | 0.59% | 0.64% | - |
| HSV(B) | 305.56º | 0.5% | 0.85% | - |
| XYZ | 45.87 | 30.61 | 63.17 | - |
| YUV | 153.46 | 158.78 | 174.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 110 | 208 | 0 | 0.50 | 0.05 | 0.15 | 305.56 | 0.59 | 0.64 |
| Hex | DA | 6E | D0 | 0 | 32 | 5 | F | 132 | 3B | 40 |
| Octal | 332 | 156 | 320 | 0 | 62 | 5 | 17 | 462 | 73 | 100 |
| Binary | 11011010 | 1101110 | 11010000 | 0 | 110010 | 101 | 1111 | 100110010 | 111011 | 1000000 |
Color Harmonies of #DA6ED0
Complementary color
Monochromatic Colors of #DA6ED0
Black with #DA6ED0
Text Example
Text Example
White with #DA6ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6ED0; }
p { color: rgb(218,110,208); }
H1.HeaderClassName
{
color: #DA6ED0;
}
.AnyTagClassName
{
color: #DA6ED0;
}
</style>
background-color css
<style>
a { background-color: #DA6ED0; }
a { background-color: rgb(218,110,208); }
div.DivClassName
{
background-color: #DA6ED0;
}
.BgClassName
{
background-color: #DA6ED0;
}
</style>
border-color css
<style>
span { border-color: #DA6ED0; }
span { border-color: rgb(218,110,208); }
td.TdClassName
{
border-color: #DA6ED0;
}
.TagClassName
{
border-color: #DA6ED0;
}
</style>