Shades of Orchid #DA6ACE
Tints of Orchid #DA6ACE
RGB
CMYK
RGB Variations
Color information
#DA6ACE (or 0xDA6ACE) is known color: Orchid. HEX triplet: DA, 6A and CE. RGB value is (218,106,206). Sum of RGB (Red+Green+Blue) = 218+106+206=530 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.13% from 530); Green value is 106 (41.80% from 255 or 20% from 530); Blue value is 206 (80.86% from 255 or 38.87% from 530); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6ACE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6ACE is #259531. Grayscale: #969696. Windows color (decimal): -2463026 or 13527770. OLE color: 13527770.
HSL color Cylindrical-coordinate representation of color #DA6ACE: hue angle of 306.43º 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 #DA6ACE is Cyan = 0, Magento = 0.51, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 106 | 206 | - |
| CMYK | 0 | 0.51 | 0.06 | 0.15 |
| HSL | 306.43º | 0.6% | 0.64% | - |
| HSV(B) | 306.43º | 0.51% | 0.85% | - |
| XYZ | 45.21 | 29.67 | 61.74 | - |
| YUV | 150.89 | 159.11 | 175.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 106 | 206 | 0 | 0.51 | 0.06 | 0.15 | 306.43 | 0.6 | 0.64 |
| Hex | DA | 6A | CE | 0 | 33 | 6 | F | 132 | 3C | 40 |
| Octal | 332 | 152 | 316 | 0 | 63 | 6 | 17 | 462 | 74 | 100 |
| Binary | 11011010 | 1101010 | 11001110 | 0 | 110011 | 110 | 1111 | 100110010 | 111100 | 1000000 |
Color Harmonies of #DA6ACE
Complementary color
Monochromatic Colors of #DA6ACE
Black with #DA6ACE
Text Example
Text Example
White with #DA6ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6ACE; }
p { color: rgb(218,106,206); }
H1.HeaderClassName
{
color: #DA6ACE;
}
.AnyTagClassName
{
color: #DA6ACE;
}
</style>
background-color css
<style>
a { background-color: #DA6ACE; }
a { background-color: rgb(218,106,206); }
div.DivClassName
{
background-color: #DA6ACE;
}
.BgClassName
{
background-color: #DA6ACE;
}
</style>
border-color css
<style>
span { border-color: #DA6ACE; }
span { border-color: rgb(218,106,206); }
td.TdClassName
{
border-color: #DA6ACE;
}
.TagClassName
{
border-color: #DA6ACE;
}
</style>