Shades of Orchid #DA6AD0
Tints of Orchid #DA6AD0
RGB
CMYK
RGB Variations
Color information
#DA6AD0 (or 0xDA6AD0) is known color: Orchid. HEX triplet: DA, 6A and D0. RGB value is (218,106,208). Sum of RGB (Red+Green+Blue) = 218+106+208=532 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.98% from 532); Green value is 106 (41.80% from 255 or 19.92% from 532); Blue value is 208 (81.64% from 255 or 39.10% from 532); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6AD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6AD0 is #25952F. Grayscale: #969696. Windows color (decimal): -2463024 or 13658842. OLE color: 13658842.
HSL color Cylindrical-coordinate representation of color #DA6AD0: hue angle of 305.36º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DA6AD0 is Cyan = 0, Magento = 0.51, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 106 | 208 | - |
| CMYK | 0 | 0.51 | 0.05 | 0.15 |
| HSL | 305.36º | 0.6% | 0.64% | - |
| HSV(B) | 305.36º | 0.51% | 0.85% | - |
| XYZ | 45.45 | 29.77 | 63.02 | - |
| YUV | 151.12 | 160.11 | 175.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 106 | 208 | 0 | 0.51 | 0.05 | 0.15 | 305.36 | 0.6 | 0.64 |
| Hex | DA | 6A | D0 | 0 | 33 | 5 | F | 131 | 3C | 40 |
| Octal | 332 | 152 | 320 | 0 | 63 | 5 | 17 | 461 | 74 | 100 |
| Binary | 11011010 | 1101010 | 11010000 | 0 | 110011 | 101 | 1111 | 100110001 | 111100 | 1000000 |
Color Harmonies of #DA6AD0
Complementary color
Monochromatic Colors of #DA6AD0
Black with #DA6AD0
Text Example
Text Example
White with #DA6AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6AD0; }
p { color: rgb(218,106,208); }
H1.HeaderClassName
{
color: #DA6AD0;
}
.AnyTagClassName
{
color: #DA6AD0;
}
</style>
background-color css
<style>
a { background-color: #DA6AD0; }
a { background-color: rgb(218,106,208); }
div.DivClassName
{
background-color: #DA6AD0;
}
.BgClassName
{
background-color: #DA6AD0;
}
</style>
border-color css
<style>
span { border-color: #DA6AD0; }
span { border-color: rgb(218,106,208); }
td.TdClassName
{
border-color: #DA6AD0;
}
.TagClassName
{
border-color: #DA6AD0;
}
</style>