Shades of Orchid #DA6ADF
Tints of Orchid #DA6ADF
RGB
CMYK
RGB Variations
Color information
#DA6ADF (or 0xDA6ADF) is known color: Orchid. HEX triplet: DA, 6A and DF. RGB value is (218,106,223). Sum of RGB (Red+Green+Blue) = 218+106+223=547 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.85% from 547); Green value is 106 (41.80% from 255 or 19.38% from 547); Blue value is 223 (87.5% from 255 or 40.77% from 547); Max value from RGB is 223 - color contains mainly: blue. Hex color #DA6ADF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6ADF is #259520. Grayscale: #989898. Windows color (decimal): -2463009 or 14641882. OLE color: 14641882.
HSL color Cylindrical-coordinate representation of color #DA6ADF: hue angle of 297.44º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DA6ADF is Cyan = 0.02, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 106 | 223 | - |
| CMYK | 0.02 | 0.52 | 0 | 0.13 |
| HSL | 297.44º | 0.65% | 0.65% | - |
| HSV(B) | 297.44º | 0.52% | 0.87% | - |
| XYZ | 47.39 | 30.54 | 73.21 | - |
| YUV | 152.83 | 167.61 | 174.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 106 | 223 | 0.02 | 0.52 | 0 | 0.13 | 297.44 | 0.65 | 0.65 |
| Hex | DA | 6A | DF | 2 | 34 | 0 | D | 129 | 41 | 41 |
| Octal | 332 | 152 | 337 | 2 | 64 | 0 | 15 | 451 | 101 | 101 |
| Binary | 11011010 | 1101010 | 11011111 | 10 | 110100 | 0 | 1101 | 100101001 | 1000001 | 1000001 |
Color Harmonies of #DA6ADF
Complementary color
Monochromatic Colors of #DA6ADF
Black with #DA6ADF
Text Example
Text Example
White with #DA6ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6ADF; }
p { color: rgb(218,106,223); }
H1.HeaderClassName
{
color: #DA6ADF;
}
.AnyTagClassName
{
color: #DA6ADF;
}
</style>
background-color css
<style>
a { background-color: #DA6ADF; }
a { background-color: rgb(218,106,223); }
div.DivClassName
{
background-color: #DA6ADF;
}
.BgClassName
{
background-color: #DA6ADF;
}
</style>
border-color css
<style>
span { border-color: #DA6ADF; }
span { border-color: rgb(218,106,223); }
td.TdClassName
{
border-color: #DA6ADF;
}
.TagClassName
{
border-color: #DA6ADF;
}
</style>