Shades of Orchid #DA8ACD
Tints of Orchid #DA8ACD
RGB
CMYK
RGB Variations
Color information
#DA8ACD (or 0xDA8ACD) is known color: Orchid. HEX triplet: DA, 8A and CD. RGB value is (218,138,205). Sum of RGB (Red+Green+Blue) = 218+138+205=561 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.86% from 561); Green value is 138 (54.30% from 255 or 24.60% from 561); Blue value is 205 (80.47% from 255 or 36.54% from 561); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8ACD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA8ACD is #257532. Grayscale: #A9A9A9. Windows color (decimal): -2454835 or 13470426. OLE color: 13470426.
HSL color Cylindrical-coordinate representation of color #DA8ACD: hue angle of 309.75º 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 #DA8ACD is Cyan = 0, Magento = 0.37, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 138 | 205 | - |
| CMYK | 0 | 0.37 | 0.06 | 0.15 |
| HSL | 309.75º | 0.52% | 0.7% | - |
| HSV(B) | 309.75º | 0.37% | 0.85% | - |
| XYZ | 49.02 | 37.49 | 62.41 | - |
| YUV | 169.56 | 148 | 162.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 138 | 205 | 0 | 0.37 | 0.06 | 0.15 | 309.75 | 0.52 | 0.7 |
| Hex | DA | 8A | CD | 0 | 25 | 6 | F | 136 | 34 | 46 |
| Octal | 332 | 212 | 315 | 0 | 45 | 6 | 17 | 466 | 64 | 106 |
| Binary | 11011010 | 10001010 | 11001101 | 0 | 100101 | 110 | 1111 | 100110110 | 110100 | 1000110 |
Color Harmonies of #DA8ACD
Complementary color
Monochromatic Colors of #DA8ACD
Black with #DA8ACD
Text Example
Text Example
White with #DA8ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8ACD; }
p { color: rgb(218,138,205); }
H1.HeaderClassName
{
color: #DA8ACD;
}
.AnyTagClassName
{
color: #DA8ACD;
}
</style>
background-color css
<style>
a { background-color: #DA8ACD; }
a { background-color: rgb(218,138,205); }
div.DivClassName
{
background-color: #DA8ACD;
}
.BgClassName
{
background-color: #DA8ACD;
}
</style>
border-color css
<style>
span { border-color: #DA8ACD; }
span { border-color: rgb(218,138,205); }
td.TdClassName
{
border-color: #DA8ACD;
}
.TagClassName
{
border-color: #DA8ACD;
}
</style>