Shades of Orchid #DA6BDD
Tints of Orchid #DA6BDD
RGB
CMYK
RGB Variations
Color information
#DA6BDD (or 0xDA6BDD) is known color: Orchid. HEX triplet: DA, 6B and DD. RGB value is (218,107,221). Sum of RGB (Red+Green+Blue) = 218+107+221=546 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.93% from 546); Green value is 107 (42.19% from 255 or 19.60% from 546); Blue value is 221 (86.72% from 255 or 40.48% from 546); Max value from RGB is 221 - color contains mainly: blue. Hex color #DA6BDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6BDD is #259422. Grayscale: #989898. Windows color (decimal): -2462755 or 14511066. OLE color: 14511066.
HSL color Cylindrical-coordinate representation of color #DA6BDD: hue angle of 298.42º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DA6BDD is Cyan = 0.01, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 107 | 221 | - |
| CMYK | 0.01 | 0.52 | 0 | 0.13 |
| HSL | 298.42º | 0.63% | 0.64% | - |
| HSV(B) | 298.42º | 0.52% | 0.87% | - |
| XYZ | 47.22 | 30.64 | 71.83 | - |
| YUV | 153.19 | 166.27 | 174.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 107 | 221 | 0.01 | 0.52 | 0 | 0.13 | 298.42 | 0.63 | 0.64 |
| Hex | DA | 6B | DD | 1 | 34 | 0 | D | 12A | 3F | 40 |
| Octal | 332 | 153 | 335 | 1 | 64 | 0 | 15 | 452 | 77 | 100 |
| Binary | 11011010 | 1101011 | 11011101 | 1 | 110100 | 0 | 1101 | 100101010 | 111111 | 1000000 |
Color Harmonies of #DA6BDD
Complementary color
Monochromatic Colors of #DA6BDD
Black with #DA6BDD
Text Example
Text Example
White with #DA6BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6BDD; }
p { color: rgb(218,107,221); }
H1.HeaderClassName
{
color: #DA6BDD;
}
.AnyTagClassName
{
color: #DA6BDD;
}
</style>
background-color css
<style>
a { background-color: #DA6BDD; }
a { background-color: rgb(218,107,221); }
div.DivClassName
{
background-color: #DA6BDD;
}
.BgClassName
{
background-color: #DA6BDD;
}
</style>
border-color css
<style>
span { border-color: #DA6BDD; }
span { border-color: rgb(218,107,221); }
td.TdClassName
{
border-color: #DA6BDD;
}
.TagClassName
{
border-color: #DA6BDD;
}
</style>