Shades of Orchid #DA88D6
Tints of Orchid #DA88D6
RGB
CMYK
RGB Variations
Color information
#DA88D6 (or 0xDA88D6) is known color: Orchid. HEX triplet: DA, 88 and D6. RGB value is (218,136,214). Sum of RGB (Red+Green+Blue) = 218+136+214=568 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.38% from 568); Green value is 136 (53.52% from 255 or 23.94% from 568); Blue value is 214 (83.98% from 255 or 37.68% from 568); Max value from RGB is 218 - color contains mainly: red. Hex color #DA88D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA88D6 is #257729. Grayscale: #A9A9A9. Windows color (decimal): -2455338 or 14059738. OLE color: 14059738.
HSL color Cylindrical-coordinate representation of color #DA88D6: hue angle of 302.93º 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 #DA88D6 is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 136 | 214 | - |
| CMYK | 0 | 0.38 | 0.02 | 0.15 |
| HSL | 302.93º | 0.53% | 0.69% | - |
| HSV(B) | 302.93º | 0.38% | 0.85% | - |
| XYZ | 49.86 | 37.37 | 68.2 | - |
| YUV | 169.41 | 153.17 | 162.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 136 | 214 | 0 | 0.38 | 0.02 | 0.15 | 302.93 | 0.53 | 0.69 |
| Hex | DA | 88 | D6 | 0 | 26 | 2 | F | 12F | 35 | 45 |
| Octal | 332 | 210 | 326 | 0 | 46 | 2 | 17 | 457 | 65 | 105 |
| Binary | 11011010 | 10001000 | 11010110 | 0 | 100110 | 10 | 1111 | 100101111 | 110101 | 1000101 |
Color Harmonies of #DA88D6
Complementary color
Monochromatic Colors of #DA88D6
Black with #DA88D6
Text Example
Text Example
White with #DA88D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA88D6; }
p { color: rgb(218,136,214); }
H1.HeaderClassName
{
color: #DA88D6;
}
.AnyTagClassName
{
color: #DA88D6;
}
</style>
background-color css
<style>
a { background-color: #DA88D6; }
a { background-color: rgb(218,136,214); }
div.DivClassName
{
background-color: #DA88D6;
}
.BgClassName
{
background-color: #DA88D6;
}
</style>
border-color css
<style>
span { border-color: #DA88D6; }
span { border-color: rgb(218,136,214); }
td.TdClassName
{
border-color: #DA88D6;
}
.TagClassName
{
border-color: #DA88D6;
}
</style>