Shades of Orchid #DA88D0
Tints of Orchid #DA88D0
RGB
CMYK
RGB Variations
Color information
#DA88D0 (or 0xDA88D0) is known color: Orchid. HEX triplet: DA, 88 and D0. RGB value is (218,136,208). Sum of RGB (Red+Green+Blue) = 218+136+208=562 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.79% from 562); Green value is 136 (53.52% from 255 or 24.20% from 562); Blue value is 208 (81.64% from 255 or 37.01% from 562); Max value from RGB is 218 - color contains mainly: red. Hex color #DA88D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA88D0 is #25772F. Grayscale: #A8A8A8. Windows color (decimal): -2455344 or 13666522. OLE color: 13666522.
HSL color Cylindrical-coordinate representation of color #DA88D0: hue angle of 307.32º 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 #DA88D0 is Cyan = 0, Magento = 0.38, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 136 | 208 | - |
| CMYK | 0 | 0.38 | 0.05 | 0.15 |
| HSL | 307.32º | 0.53% | 0.69% | - |
| HSV(B) | 307.32º | 0.38% | 0.85% | - |
| XYZ | 49.1 | 37.07 | 64.24 | - |
| YUV | 168.73 | 150.17 | 163.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 136 | 208 | 0 | 0.38 | 0.05 | 0.15 | 307.32 | 0.53 | 0.69 |
| Hex | DA | 88 | D0 | 0 | 26 | 5 | F | 133 | 35 | 45 |
| Octal | 332 | 210 | 320 | 0 | 46 | 5 | 17 | 463 | 65 | 105 |
| Binary | 11011010 | 10001000 | 11010000 | 0 | 100110 | 101 | 1111 | 100110011 | 110101 | 1000101 |
Color Harmonies of #DA88D0
Complementary color
Monochromatic Colors of #DA88D0
Black with #DA88D0
Text Example
Text Example
White with #DA88D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA88D0; }
p { color: rgb(218,136,208); }
H1.HeaderClassName
{
color: #DA88D0;
}
.AnyTagClassName
{
color: #DA88D0;
}
</style>
background-color css
<style>
a { background-color: #DA88D0; }
a { background-color: rgb(218,136,208); }
div.DivClassName
{
background-color: #DA88D0;
}
.BgClassName
{
background-color: #DA88D0;
}
</style>
border-color css
<style>
span { border-color: #DA88D0; }
span { border-color: rgb(218,136,208); }
td.TdClassName
{
border-color: #DA88D0;
}
.TagClassName
{
border-color: #DA88D0;
}
</style>