Shades of Orchid #DA6EDA
Tints of Orchid #DA6EDA
RGB
CMYK
RGB Variations
Color information
#DA6EDA (or 0xDA6EDA) is known color: Orchid. HEX triplet: DA, 6E and DA. RGB value is (218,110,218). Sum of RGB (Red+Green+Blue) = 218+110+218=546 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.93% from 546); Green value is 110 (43.36% from 255 or 20.15% from 546); Blue value is 218 (85.55% from 255 or 39.93% from 546); Max value from RGB is 218 - color contains mainly: red, blue. Hex color #DA6EDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6EDA is #259125. Grayscale: #9A9A9A. Windows color (decimal): -2461990 or 14315226. OLE color: 14315226.
HSL color Cylindrical-coordinate representation of color #DA6EDA: hue angle of 300º 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 #DA6EDA is Cyan = 0, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 110 | 218 | - |
CMYK | 0 | 0.50 | 0 | 0.15 |
HSL | 300º | 0.59% | 0.64% | - |
HSV(B) | 300º | 0.5% | 0.85% | - |
XYZ | 47.14 | 31.12 | 69.85 | - |
YUV | 154.6 | 163.78 | 173.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 110 | 218 | 0 | 0.50 | 0 | 0.15 | 300 | 0.59 | 0.64 |
Hex | DA | 6E | DA | 0 | 32 | 0 | F | 12C | 3B | 40 |
Octal | 332 | 156 | 332 | 0 | 62 | 0 | 17 | 454 | 73 | 100 |
Binary | 11011010 | 1101110 | 11011010 | 0 | 110010 | 0 | 1111 | 100101100 | 111011 | 1000000 |
Color Harmonies of #DA6EDA
Complementary color
Monochromatic Colors of #DA6EDA
Black with #DA6EDA
Text Example
Text Example
White with #DA6EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6EDA; }
p { color: rgb(218,110,218); }
H1.HeaderClassName
{
color: #DA6EDA;
}
.AnyTagClassName
{
color: #DA6EDA;
}
</style>
background-color css
<style>
a { background-color: #DA6EDA; }
a { background-color: rgb(218,110,218); }
div.DivClassName
{
background-color: #DA6EDA;
}
.BgClassName
{
background-color: #DA6EDA;
}
</style>
border-color css
<style>
span { border-color: #DA6EDA; }
span { border-color: rgb(218,110,218); }
td.TdClassName
{
border-color: #DA6EDA;
}
.TagClassName
{
border-color: #DA6EDA;
}
</style>