Shades of Orchid #DA8ACE
Tints of Orchid #DA8ACE
RGB
CMYK
RGB Variations
Color information
#DA8ACE (or 0xDA8ACE) is known color: Orchid. HEX triplet: DA, 8A and CE. RGB value is (218,138,206). Sum of RGB (Red+Green+Blue) = 218+138+206=562 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.79% from 562); Green value is 138 (54.30% from 255 or 24.56% from 562); Blue value is 206 (80.86% from 255 or 36.65% from 562); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8ACE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA8ACE is #257531. Grayscale: #A9A9A9. Windows color (decimal): -2454834 or 13535962. OLE color: 13535962.
HSL color Cylindrical-coordinate representation of color #DA8ACE: hue angle of 309º 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 #DA8ACE is Cyan = 0, Magento = 0.37, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 138 | 206 | - |
| CMYK | 0 | 0.37 | 0.06 | 0.15 |
| HSL | 309º | 0.52% | 0.7% | - |
| HSV(B) | 309º | 0.37% | 0.85% | - |
| XYZ | 49.14 | 37.54 | 63.05 | - |
| YUV | 169.67 | 148.5 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 138 | 206 | 0 | 0.37 | 0.06 | 0.15 | 309 | 0.52 | 0.7 |
| Hex | DA | 8A | CE | 0 | 25 | 6 | F | 135 | 34 | 46 |
| Octal | 332 | 212 | 316 | 0 | 45 | 6 | 17 | 465 | 64 | 106 |
| Binary | 11011010 | 10001010 | 11001110 | 0 | 100101 | 110 | 1111 | 100110101 | 110100 | 1000110 |
Color Harmonies of #DA8ACE
Complementary color
Monochromatic Colors of #DA8ACE
Black with #DA8ACE
Text Example
Text Example
White with #DA8ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8ACE; }
p { color: rgb(218,138,206); }
H1.HeaderClassName
{
color: #DA8ACE;
}
.AnyTagClassName
{
color: #DA8ACE;
}
</style>
background-color css
<style>
a { background-color: #DA8ACE; }
a { background-color: rgb(218,138,206); }
div.DivClassName
{
background-color: #DA8ACE;
}
.BgClassName
{
background-color: #DA8ACE;
}
</style>
border-color css
<style>
span { border-color: #DA8ACE; }
span { border-color: rgb(218,138,206); }
td.TdClassName
{
border-color: #DA8ACE;
}
.TagClassName
{
border-color: #DA8ACE;
}
</style>