Shades of Orchid #DA6ED1
Tints of Orchid #DA6ED1
RGB
CMYK
RGB Variations
Color information
#DA6ED1 (or 0xDA6ED1) is known color: Orchid. HEX triplet: DA, 6E and D1. RGB value is (218,110,209). Sum of RGB (Red+Green+Blue) = 218+110+209=537 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.60% from 537); Green value is 110 (43.36% from 255 or 20.48% from 537); Blue value is 209 (82.03% from 255 or 38.92% from 537); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6ED1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6ED1 is #25912E. Grayscale: #999999. Windows color (decimal): -2461999 or 13725402. OLE color: 13725402.
HSL color Cylindrical-coordinate representation of color #DA6ED1: hue angle of 305º 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 #DA6ED1 is Cyan = 0, Magento = 0.50, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 110 | 209 | - |
| CMYK | 0 | 0.50 | 0.04 | 0.15 |
| HSL | 305º | 0.59% | 0.64% | - |
| HSV(B) | 305º | 0.5% | 0.85% | - |
| XYZ | 46 | 30.66 | 63.82 | - |
| YUV | 153.58 | 159.28 | 173.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 110 | 209 | 0 | 0.50 | 0.04 | 0.15 | 305 | 0.59 | 0.64 |
| Hex | DA | 6E | D1 | 0 | 32 | 4 | F | 131 | 3B | 40 |
| Octal | 332 | 156 | 321 | 0 | 62 | 4 | 17 | 461 | 73 | 100 |
| Binary | 11011010 | 1101110 | 11010001 | 0 | 110010 | 100 | 1111 | 100110001 | 111011 | 1000000 |
Color Harmonies of #DA6ED1
Complementary color
Monochromatic Colors of #DA6ED1
Black with #DA6ED1
Text Example
Text Example
White with #DA6ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6ED1; }
p { color: rgb(218,110,209); }
H1.HeaderClassName
{
color: #DA6ED1;
}
.AnyTagClassName
{
color: #DA6ED1;
}
</style>
background-color css
<style>
a { background-color: #DA6ED1; }
a { background-color: rgb(218,110,209); }
div.DivClassName
{
background-color: #DA6ED1;
}
.BgClassName
{
background-color: #DA6ED1;
}
</style>
border-color css
<style>
span { border-color: #DA6ED1; }
span { border-color: rgb(218,110,209); }
td.TdClassName
{
border-color: #DA6ED1;
}
.TagClassName
{
border-color: #DA6ED1;
}
</style>