Shades of Orchid #DA6ACC
Tints of Orchid #DA6ACC
RGB
CMYK
RGB Variations
Color information
#DA6ACC (or 0xDA6ACC) is known color: Orchid. HEX triplet: DA, 6A and CC. RGB value is (218,106,204). Sum of RGB (Red+Green+Blue) = 218+106+204=528 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.29% from 528); Green value is 106 (41.80% from 255 or 20.08% from 528); Blue value is 204 (80.08% from 255 or 38.64% from 528); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6ACC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6ACC is #259533. Grayscale: #969696. Windows color (decimal): -2463028 or 13396698. OLE color: 13396698.
HSL color Cylindrical-coordinate representation of color #DA6ACC: hue angle of 307.5º 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 #DA6ACC is Cyan = 0, Magento = 0.51, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 106 | 204 | - |
| CMYK | 0 | 0.51 | 0.06 | 0.15 |
| HSL | 307.5º | 0.6% | 0.64% | - |
| HSV(B) | 307.5º | 0.51% | 0.85% | - |
| XYZ | 44.97 | 29.57 | 60.46 | - |
| YUV | 150.66 | 158.11 | 176.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 106 | 204 | 0 | 0.51 | 0.06 | 0.15 | 307.5 | 0.6 | 0.64 |
| Hex | DA | 6A | CC | 0 | 33 | 6 | F | 134 | 3C | 40 |
| Octal | 332 | 152 | 314 | 0 | 63 | 6 | 17 | 464 | 74 | 100 |
| Binary | 11011010 | 1101010 | 11001100 | 0 | 110011 | 110 | 1111 | 100110100 | 111100 | 1000000 |
Color Harmonies of #DA6ACC
Complementary color
Monochromatic Colors of #DA6ACC
Black with #DA6ACC
Text Example
Text Example
White with #DA6ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6ACC; }
p { color: rgb(218,106,204); }
H1.HeaderClassName
{
color: #DA6ACC;
}
.AnyTagClassName
{
color: #DA6ACC;
}
</style>
background-color css
<style>
a { background-color: #DA6ACC; }
a { background-color: rgb(218,106,204); }
div.DivClassName
{
background-color: #DA6ACC;
}
.BgClassName
{
background-color: #DA6ACC;
}
</style>
border-color css
<style>
span { border-color: #DA6ACC; }
span { border-color: rgb(218,106,204); }
td.TdClassName
{
border-color: #DA6ACC;
}
.TagClassName
{
border-color: #DA6ACC;
}
</style>