Shades of Orchid #DA89CE
Tints of Orchid #DA89CE
RGB
CMYK
RGB Variations
Color information
#DA89CE (or 0xDA89CE) is known color: Orchid. HEX triplet: DA, 89 and CE. RGB value is (218,137,206). Sum of RGB (Red+Green+Blue) = 218+137+206=561 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.86% from 561); Green value is 137 (53.91% from 255 or 24.42% from 561); Blue value is 206 (80.86% from 255 or 36.72% from 561); Max value from RGB is 218 - color contains mainly: red. Hex color #DA89CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA89CE is #257631. Grayscale: #A8A8A8. Windows color (decimal): -2455090 or 13535706. OLE color: 13535706.
HSL color Cylindrical-coordinate representation of color #DA89CE: hue angle of 308.89º 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 #DA89CE is Cyan = 0, Magento = 0.37, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 137 | 206 | - |
| CMYK | 0 | 0.37 | 0.06 | 0.15 |
| HSL | 308.89º | 0.52% | 0.7% | - |
| HSV(B) | 308.89º | 0.37% | 0.85% | - |
| XYZ | 49 | 37.25 | 63 | - |
| YUV | 169.09 | 148.84 | 162.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 137 | 206 | 0 | 0.37 | 0.06 | 0.15 | 308.89 | 0.52 | 0.7 |
| Hex | DA | 89 | CE | 0 | 25 | 6 | F | 135 | 34 | 46 |
| Octal | 332 | 211 | 316 | 0 | 45 | 6 | 17 | 465 | 64 | 106 |
| Binary | 11011010 | 10001001 | 11001110 | 0 | 100101 | 110 | 1111 | 100110101 | 110100 | 1000110 |
Color Harmonies of #DA89CE
Complementary color
Monochromatic Colors of #DA89CE
Black with #DA89CE
Text Example
Text Example
White with #DA89CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA89CE; }
p { color: rgb(218,137,206); }
H1.HeaderClassName
{
color: #DA89CE;
}
.AnyTagClassName
{
color: #DA89CE;
}
</style>
background-color css
<style>
a { background-color: #DA89CE; }
a { background-color: rgb(218,137,206); }
div.DivClassName
{
background-color: #DA89CE;
}
.BgClassName
{
background-color: #DA89CE;
}
</style>
border-color css
<style>
span { border-color: #DA89CE; }
span { border-color: rgb(218,137,206); }
td.TdClassName
{
border-color: #DA89CE;
}
.TagClassName
{
border-color: #DA89CE;
}
</style>