Shades of Orchid #DA8AD0
Tints of Orchid #DA8AD0
RGB
CMYK
RGB Variations
Color information
#DA8AD0 (or 0xDA8AD0) is known color: Orchid. HEX triplet: DA, 8A and D0. RGB value is (218,138,208). Sum of RGB (Red+Green+Blue) = 218+138+208=564 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.65% from 564); Green value is 138 (54.30% from 255 or 24.47% from 564); Blue value is 208 (81.64% from 255 or 36.88% from 564); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8AD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA8AD0 is #25752F. Grayscale: #A9A9A9. Windows color (decimal): -2454832 or 13667034. OLE color: 13667034.
HSL color Cylindrical-coordinate representation of color #DA8AD0: hue angle of 307.5º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DA8AD0 is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 138 | 208 | - |
| CMYK | 0 | 0.37 | 0.05 | 0.15 |
| HSL | 307.5º | 0.52% | 0.7% | - |
| HSV(B) | 307.5º | 0.37% | 0.85% | - |
| XYZ | 49.39 | 37.64 | 64.34 | - |
| YUV | 169.9 | 149.5 | 162.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 138 | 208 | 0 | 0.37 | 0.05 | 0.15 | 307.5 | 0.52 | 0.7 |
| Hex | DA | 8A | D0 | 0 | 25 | 5 | F | 134 | 34 | 46 |
| Octal | 332 | 212 | 320 | 0 | 45 | 5 | 17 | 464 | 64 | 106 |
| Binary | 11011010 | 10001010 | 11010000 | 0 | 100101 | 101 | 1111 | 100110100 | 110100 | 1000110 |
Color Harmonies of #DA8AD0
Complementary color
Monochromatic Colors of #DA8AD0
Black with #DA8AD0
Text Example
Text Example
White with #DA8AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8AD0; }
p { color: rgb(218,138,208); }
H1.HeaderClassName
{
color: #DA8AD0;
}
.AnyTagClassName
{
color: #DA8AD0;
}
</style>
background-color css
<style>
a { background-color: #DA8AD0; }
a { background-color: rgb(218,138,208); }
div.DivClassName
{
background-color: #DA8AD0;
}
.BgClassName
{
background-color: #DA8AD0;
}
</style>
border-color css
<style>
span { border-color: #DA8AD0; }
span { border-color: rgb(218,138,208); }
td.TdClassName
{
border-color: #DA8AD0;
}
.TagClassName
{
border-color: #DA8AD0;
}
</style>