Shades of Orchid #DA85D7
Tints of Orchid #DA85D7
RGB
CMYK
RGB Variations
Color information
#DA85D7 (or 0xDA85D7) is known color: Orchid. HEX triplet: DA, 85 and D7. RGB value is (218,133,215). Sum of RGB (Red+Green+Blue) = 218+133+215=566 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.52% from 566); Green value is 133 (52.34% from 255 or 23.50% from 566); Blue value is 215 (84.38% from 255 or 37.99% from 566); Max value from RGB is 218 - color contains mainly: red. Hex color #DA85D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA85D7 is #257A28. Grayscale: #A7A7A7. Windows color (decimal): -2456105 or 14124506. OLE color: 14124506.
HSL color Cylindrical-coordinate representation of color #DA85D7: hue angle of 302.12º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DA85D7 is Cyan = 0, Magento = 0.39, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 133 | 215 | - |
| CMYK | 0 | 0.39 | 0.01 | 0.15 |
| HSL | 302.12º | 0.53% | 0.69% | - |
| HSV(B) | 302.12º | 0.39% | 0.85% | - |
| XYZ | 49.57 | 36.59 | 68.74 | - |
| YUV | 167.76 | 154.66 | 163.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 133 | 215 | 0 | 0.39 | 0.01 | 0.15 | 302.12 | 0.53 | 0.69 |
| Hex | DA | 85 | D7 | 0 | 27 | 1 | F | 12E | 35 | 45 |
| Octal | 332 | 205 | 327 | 0 | 47 | 1 | 17 | 456 | 65 | 105 |
| Binary | 11011010 | 10000101 | 11010111 | 0 | 100111 | 1 | 1111 | 100101110 | 110101 | 1000101 |
Color Harmonies of #DA85D7
Complementary color
Monochromatic Colors of #DA85D7
Black with #DA85D7
Text Example
Text Example
White with #DA85D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA85D7; }
p { color: rgb(218,133,215); }
H1.HeaderClassName
{
color: #DA85D7;
}
.AnyTagClassName
{
color: #DA85D7;
}
</style>
background-color css
<style>
a { background-color: #DA85D7; }
a { background-color: rgb(218,133,215); }
div.DivClassName
{
background-color: #DA85D7;
}
.BgClassName
{
background-color: #DA85D7;
}
</style>
border-color css
<style>
span { border-color: #DA85D7; }
span { border-color: rgb(218,133,215); }
td.TdClassName
{
border-color: #DA85D7;
}
.TagClassName
{
border-color: #DA85D7;
}
</style>