Shades of Orchid #DA88D4
Tints of Orchid #DA88D4
RGB
CMYK
RGB Variations
Color information
#DA88D4 (or 0xDA88D4) is known color: Orchid. HEX triplet: DA, 88 and D4. RGB value is (218,136,212). Sum of RGB (Red+Green+Blue) = 218+136+212=566 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.52% from 566); Green value is 136 (53.52% from 255 or 24.03% from 566); Blue value is 212 (83.20% from 255 or 37.46% from 566); Max value from RGB is 218 - color contains mainly: red. Hex color #DA88D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA88D4 is #25772B. Grayscale: #A8A8A8. Windows color (decimal): -2455340 or 13928666. OLE color: 13928666.
HSL color Cylindrical-coordinate representation of color #DA88D4: hue angle of 304.39º 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 #DA88D4 is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 136 | 212 | - |
| CMYK | 0 | 0.38 | 0.03 | 0.15 |
| HSL | 304.39º | 0.53% | 0.69% | - |
| HSV(B) | 304.39º | 0.38% | 0.85% | - |
| XYZ | 49.6 | 37.27 | 66.87 | - |
| YUV | 169.18 | 152.17 | 162.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 136 | 212 | 0 | 0.38 | 0.03 | 0.15 | 304.39 | 0.53 | 0.69 |
| Hex | DA | 88 | D4 | 0 | 26 | 3 | F | 130 | 35 | 45 |
| Octal | 332 | 210 | 324 | 0 | 46 | 3 | 17 | 460 | 65 | 105 |
| Binary | 11011010 | 10001000 | 11010100 | 0 | 100110 | 11 | 1111 | 100110000 | 110101 | 1000101 |
Color Harmonies of #DA88D4
Complementary color
Monochromatic Colors of #DA88D4
Black with #DA88D4
Text Example
Text Example
White with #DA88D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA88D4; }
p { color: rgb(218,136,212); }
H1.HeaderClassName
{
color: #DA88D4;
}
.AnyTagClassName
{
color: #DA88D4;
}
</style>
background-color css
<style>
a { background-color: #DA88D4; }
a { background-color: rgb(218,136,212); }
div.DivClassName
{
background-color: #DA88D4;
}
.BgClassName
{
background-color: #DA88D4;
}
</style>
border-color css
<style>
span { border-color: #DA88D4; }
span { border-color: rgb(218,136,212); }
td.TdClassName
{
border-color: #DA88D4;
}
.TagClassName
{
border-color: #DA88D4;
}
</style>