Shades of Orchid #DA88D5
Tints of Orchid #DA88D5
RGB
CMYK
RGB Variations
Color information
#DA88D5 (or 0xDA88D5) is known color: Orchid. HEX triplet: DA, 88 and D5. RGB value is (218,136,213). Sum of RGB (Red+Green+Blue) = 218+136+213=567 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.45% from 567); Green value is 136 (53.52% from 255 or 23.99% from 567); Blue value is 213 (83.59% from 255 or 37.57% from 567); Max value from RGB is 218 - color contains mainly: red. Hex color #DA88D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA88D5 is #25772A. Grayscale: #A9A9A9. Windows color (decimal): -2455339 or 13994202. OLE color: 13994202.
HSL color Cylindrical-coordinate representation of color #DA88D5: hue angle of 303.66º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DA88D5 is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 136 | 213 | - |
| CMYK | 0 | 0.38 | 0.02 | 0.15 |
| HSL | 303.66º | 0.53% | 0.69% | - |
| HSV(B) | 303.66º | 0.38% | 0.85% | - |
| XYZ | 49.73 | 37.32 | 67.53 | - |
| YUV | 169.3 | 152.67 | 162.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 136 | 213 | 0 | 0.38 | 0.02 | 0.15 | 303.66 | 0.53 | 0.69 |
| Hex | DA | 88 | D5 | 0 | 26 | 2 | F | 130 | 35 | 45 |
| Octal | 332 | 210 | 325 | 0 | 46 | 2 | 17 | 460 | 65 | 105 |
| Binary | 11011010 | 10001000 | 11010101 | 0 | 100110 | 10 | 1111 | 100110000 | 110101 | 1000101 |
Color Harmonies of #DA88D5
Complementary color
Monochromatic Colors of #DA88D5
Black with #DA88D5
Text Example
Text Example
White with #DA88D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA88D5; }
p { color: rgb(218,136,213); }
H1.HeaderClassName
{
color: #DA88D5;
}
.AnyTagClassName
{
color: #DA88D5;
}
</style>
background-color css
<style>
a { background-color: #DA88D5; }
a { background-color: rgb(218,136,213); }
div.DivClassName
{
background-color: #DA88D5;
}
.BgClassName
{
background-color: #DA88D5;
}
</style>
border-color css
<style>
span { border-color: #DA88D5; }
span { border-color: rgb(218,136,213); }
td.TdClassName
{
border-color: #DA88D5;
}
.TagClassName
{
border-color: #DA88D5;
}
</style>