Shades of Orchid #DA6ADE
Tints of Orchid #DA6ADE
RGB
CMYK
RGB Variations
Color information
#DA6ADE (or 0xDA6ADE) is known color: Orchid. HEX triplet: DA, 6A and DE. RGB value is (218,106,222). Sum of RGB (Red+Green+Blue) = 218+106+222=546 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.93% from 546); Green value is 106 (41.80% from 255 or 19.41% from 546); Blue value is 222 (87.11% from 255 or 40.66% from 546); Max value from RGB is 222 - color contains mainly: blue. Hex color #DA6ADE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6ADE is #259521. Grayscale: #989898. Windows color (decimal): -2463010 or 14576346. OLE color: 14576346.
HSL color Cylindrical-coordinate representation of color #DA6ADE: hue angle of 297.93º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DA6ADE is Cyan = 0.02, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 106 | 222 | - |
| CMYK | 0.02 | 0.52 | 0 | 0.13 |
| HSL | 297.93º | 0.64% | 0.64% | - |
| HSV(B) | 297.93º | 0.52% | 0.87% | - |
| XYZ | 47.25 | 30.49 | 72.5 | - |
| YUV | 152.71 | 167.11 | 174.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 106 | 222 | 0.02 | 0.52 | 0 | 0.13 | 297.93 | 0.64 | 0.64 |
| Hex | DA | 6A | DE | 2 | 34 | 0 | D | 12A | 40 | 40 |
| Octal | 332 | 152 | 336 | 2 | 64 | 0 | 15 | 452 | 100 | 100 |
| Binary | 11011010 | 1101010 | 11011110 | 10 | 110100 | 0 | 1101 | 100101010 | 1000000 | 1000000 |
Color Harmonies of #DA6ADE
Complementary color
Monochromatic Colors of #DA6ADE
Black with #DA6ADE
Text Example
Text Example
White with #DA6ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6ADE; }
p { color: rgb(218,106,222); }
H1.HeaderClassName
{
color: #DA6ADE;
}
.AnyTagClassName
{
color: #DA6ADE;
}
</style>
background-color css
<style>
a { background-color: #DA6ADE; }
a { background-color: rgb(218,106,222); }
div.DivClassName
{
background-color: #DA6ADE;
}
.BgClassName
{
background-color: #DA6ADE;
}
</style>
border-color css
<style>
span { border-color: #DA6ADE; }
span { border-color: rgb(218,106,222); }
td.TdClassName
{
border-color: #DA6ADE;
}
.TagClassName
{
border-color: #DA6ADE;
}
</style>