Shades of Orchid #DA6BD0
Tints of Orchid #DA6BD0
RGB
CMYK
RGB Variations
Color information
#DA6BD0 (or 0xDA6BD0) is known color: Orchid. HEX triplet: DA, 6B and D0. RGB value is (218,107,208). Sum of RGB (Red+Green+Blue) = 218+107+208=533 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.90% from 533); Green value is 107 (42.19% from 255 or 20.08% from 533); Blue value is 208 (81.64% from 255 or 39.02% from 533); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6BD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6BD0 is #25942F. Grayscale: #979797. Windows color (decimal): -2462768 or 13659098. OLE color: 13659098.
HSL color Cylindrical-coordinate representation of color #DA6BD0: hue angle of 305.41º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DA6BD0 is Cyan = 0, Magento = 0.51, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 107 | 208 | - |
| CMYK | 0 | 0.51 | 0.05 | 0.15 |
| HSL | 305.41º | 0.6% | 0.64% | - |
| HSV(B) | 305.41º | 0.51% | 0.85% | - |
| XYZ | 45.56 | 29.97 | 63.06 | - |
| YUV | 151.7 | 159.77 | 175.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 107 | 208 | 0 | 0.51 | 0.05 | 0.15 | 305.41 | 0.6 | 0.64 |
| Hex | DA | 6B | D0 | 0 | 33 | 5 | F | 131 | 3C | 40 |
| Octal | 332 | 153 | 320 | 0 | 63 | 5 | 17 | 461 | 74 | 100 |
| Binary | 11011010 | 1101011 | 11010000 | 0 | 110011 | 101 | 1111 | 100110001 | 111100 | 1000000 |
Color Harmonies of #DA6BD0
Complementary color
Monochromatic Colors of #DA6BD0
Black with #DA6BD0
Text Example
Text Example
White with #DA6BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6BD0; }
p { color: rgb(218,107,208); }
H1.HeaderClassName
{
color: #DA6BD0;
}
.AnyTagClassName
{
color: #DA6BD0;
}
</style>
background-color css
<style>
a { background-color: #DA6BD0; }
a { background-color: rgb(218,107,208); }
div.DivClassName
{
background-color: #DA6BD0;
}
.BgClassName
{
background-color: #DA6BD0;
}
</style>
border-color css
<style>
span { border-color: #DA6BD0; }
span { border-color: rgb(218,107,208); }
td.TdClassName
{
border-color: #DA6BD0;
}
.TagClassName
{
border-color: #DA6BD0;
}
</style>