Shades of Orchid #DA6ACF
Tints of Orchid #DA6ACF
RGB
CMYK
RGB Variations
Color information
#DA6ACF (or 0xDA6ACF) is known color: Orchid. HEX triplet: DA, 6A and CF. RGB value is (218,106,207). Sum of RGB (Red+Green+Blue) = 218+106+207=531 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.05% from 531); Green value is 106 (41.80% from 255 or 19.96% from 531); Blue value is 207 (81.25% from 255 or 38.98% from 531); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6ACF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6ACF is #259530. Grayscale: #969696. Windows color (decimal): -2463025 or 13593306. OLE color: 13593306.
HSL color Cylindrical-coordinate representation of color #DA6ACF: hue angle of 305.89º 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 #DA6ACF is Cyan = 0, Magento = 0.51, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 106 | 207 | - |
| CMYK | 0 | 0.51 | 0.05 | 0.15 |
| HSL | 305.89º | 0.6% | 0.64% | - |
| HSV(B) | 305.89º | 0.51% | 0.85% | - |
| XYZ | 45.33 | 29.72 | 62.38 | - |
| YUV | 151 | 159.61 | 175.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 106 | 207 | 0 | 0.51 | 0.05 | 0.15 | 305.89 | 0.6 | 0.64 |
| Hex | DA | 6A | CF | 0 | 33 | 5 | F | 132 | 3C | 40 |
| Octal | 332 | 152 | 317 | 0 | 63 | 5 | 17 | 462 | 74 | 100 |
| Binary | 11011010 | 1101010 | 11001111 | 0 | 110011 | 101 | 1111 | 100110010 | 111100 | 1000000 |
Color Harmonies of #DA6ACF
Complementary color
Monochromatic Colors of #DA6ACF
Black with #DA6ACF
Text Example
Text Example
White with #DA6ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6ACF; }
p { color: rgb(218,106,207); }
H1.HeaderClassName
{
color: #DA6ACF;
}
.AnyTagClassName
{
color: #DA6ACF;
}
</style>
background-color css
<style>
a { background-color: #DA6ACF; }
a { background-color: rgb(218,106,207); }
div.DivClassName
{
background-color: #DA6ACF;
}
.BgClassName
{
background-color: #DA6ACF;
}
</style>
border-color css
<style>
span { border-color: #DA6ACF; }
span { border-color: rgb(218,106,207); }
td.TdClassName
{
border-color: #DA6ACF;
}
.TagClassName
{
border-color: #DA6ACF;
}
</style>