Shades of Orchid #DA6ECF
Tints of Orchid #DA6ECF
RGB
CMYK
RGB Variations
Color information
#DA6ECF (or 0xDA6ECF) is known color: Orchid. HEX triplet: DA, 6E and CF. RGB value is (218,110,207). Sum of RGB (Red+Green+Blue) = 218+110+207=535 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.75% from 535); Green value is 110 (43.36% from 255 or 20.56% from 535); Blue value is 207 (81.25% from 255 or 38.69% from 535); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6ECF is #259130. Grayscale: #999999. Windows color (decimal): -2462001 or 13594330. OLE color: 13594330.
HSL color Cylindrical-coordinate representation of color #DA6ECF: hue angle of 306.11º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DA6ECF is Cyan = 0, Magento = 0.50, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 110 | 207 | - |
| CMYK | 0 | 0.50 | 0.05 | 0.15 |
| HSL | 306.11º | 0.59% | 0.64% | - |
| HSV(B) | 306.11º | 0.5% | 0.85% | - |
| XYZ | 45.75 | 30.56 | 62.52 | - |
| YUV | 153.35 | 158.28 | 174.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 110 | 207 | 0 | 0.50 | 0.05 | 0.15 | 306.11 | 0.59 | 0.64 |
| Hex | DA | 6E | CF | 0 | 32 | 5 | F | 132 | 3B | 40 |
| Octal | 332 | 156 | 317 | 0 | 62 | 5 | 17 | 462 | 73 | 100 |
| Binary | 11011010 | 1101110 | 11001111 | 0 | 110010 | 101 | 1111 | 100110010 | 111011 | 1000000 |
Color Harmonies of #DA6ECF
Complementary color
Monochromatic Colors of #DA6ECF
Black with #DA6ECF
Text Example
Text Example
White with #DA6ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6ECF; }
p { color: rgb(218,110,207); }
H1.HeaderClassName
{
color: #DA6ECF;
}
.AnyTagClassName
{
color: #DA6ECF;
}
</style>
background-color css
<style>
a { background-color: #DA6ECF; }
a { background-color: rgb(218,110,207); }
div.DivClassName
{
background-color: #DA6ECF;
}
.BgClassName
{
background-color: #DA6ECF;
}
</style>
border-color css
<style>
span { border-color: #DA6ECF; }
span { border-color: rgb(218,110,207); }
td.TdClassName
{
border-color: #DA6ECF;
}
.TagClassName
{
border-color: #DA6ECF;
}
</style>