Shades of Orchid #DA87D0
Tints of Orchid #DA87D0
RGB
CMYK
RGB Variations
Color information
#DA87D0 (or 0xDA87D0) is known color: Orchid. HEX triplet: DA, 87 and D0. RGB value is (218,135,208). Sum of RGB (Red+Green+Blue) = 218+135+208=561 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.86% from 561); Green value is 135 (53.12% from 255 or 24.06% from 561); Blue value is 208 (81.64% from 255 or 37.08% from 561); Max value from RGB is 218 - color contains mainly: red. Hex color #DA87D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA87D0 is #25782F. Grayscale: #A7A7A7. Windows color (decimal): -2455600 or 13666266. OLE color: 13666266.
HSL color Cylindrical-coordinate representation of color #DA87D0: hue angle of 307.23º 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 #DA87D0 is Cyan = 0, Magento = 0.38, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 135 | 208 | - |
| CMYK | 0 | 0.38 | 0.05 | 0.15 |
| HSL | 307.23º | 0.53% | 0.69% | - |
| HSV(B) | 307.23º | 0.38% | 0.85% | - |
| XYZ | 48.96 | 36.79 | 64.19 | - |
| YUV | 168.14 | 150.5 | 163.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 135 | 208 | 0 | 0.38 | 0.05 | 0.15 | 307.23 | 0.53 | 0.69 |
| Hex | DA | 87 | D0 | 0 | 26 | 5 | F | 133 | 35 | 45 |
| Octal | 332 | 207 | 320 | 0 | 46 | 5 | 17 | 463 | 65 | 105 |
| Binary | 11011010 | 10000111 | 11010000 | 0 | 100110 | 101 | 1111 | 100110011 | 110101 | 1000101 |
Color Harmonies of #DA87D0
Complementary color
Monochromatic Colors of #DA87D0
Black with #DA87D0
Text Example
Text Example
White with #DA87D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA87D0; }
p { color: rgb(218,135,208); }
H1.HeaderClassName
{
color: #DA87D0;
}
.AnyTagClassName
{
color: #DA87D0;
}
</style>
background-color css
<style>
a { background-color: #DA87D0; }
a { background-color: rgb(218,135,208); }
div.DivClassName
{
background-color: #DA87D0;
}
.BgClassName
{
background-color: #DA87D0;
}
</style>
border-color css
<style>
span { border-color: #DA87D0; }
span { border-color: rgb(218,135,208); }
td.TdClassName
{
border-color: #DA87D0;
}
.TagClassName
{
border-color: #DA87D0;
}
</style>