Shades of Orchid #DA6CBF
Tints of Orchid #DA6CBF
RGB
CMYK
RGB Variations
Color information
#DA6CBF (or 0xDA6CBF) is known color: Orchid. HEX triplet: DA, 6C and BF. RGB value is (218,108,191). Sum of RGB (Red+Green+Blue) = 218+108+191=517 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.17% from 517); Green value is 108 (42.58% from 255 or 20.89% from 517); Blue value is 191 (75% from 255 or 36.94% from 517); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6CBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6CBF is #259340. Grayscale: #969696. Windows color (decimal): -2462529 or 12545242. OLE color: 12545242.
HSL color Cylindrical-coordinate representation of color #DA6CBF: hue angle of 314.73º degrees, saturation: 0.6, 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 #DA6CBF is Cyan = 0, Magento = 0.50, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 108 | 191 | - |
| CMYK | 0 | 0.50 | 0.12 | 0.15 |
| HSL | 314.73º | 0.6% | 0.64% | - |
| HSV(B) | 314.73º | 0.5% | 0.85% | - |
| XYZ | 43.68 | 29.39 | 52.66 | - |
| YUV | 150.35 | 150.94 | 176.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 108 | 191 | 0 | 0.50 | 0.12 | 0.15 | 314.73 | 0.6 | 0.64 |
| Hex | DA | 6C | BF | 0 | 32 | C | F | 13B | 3C | 40 |
| Octal | 332 | 154 | 277 | 0 | 62 | 14 | 17 | 473 | 74 | 100 |
| Binary | 11011010 | 1101100 | 10111111 | 0 | 110010 | 1100 | 1111 | 100111011 | 111100 | 1000000 |
Color Harmonies of #DA6CBF
Complementary color
Monochromatic Colors of #DA6CBF
Black with #DA6CBF
Text Example
Text Example
White with #DA6CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6CBF; }
p { color: rgb(218,108,191); }
H1.HeaderClassName
{
color: #DA6CBF;
}
.AnyTagClassName
{
color: #DA6CBF;
}
</style>
background-color css
<style>
a { background-color: #DA6CBF; }
a { background-color: rgb(218,108,191); }
div.DivClassName
{
background-color: #DA6CBF;
}
.BgClassName
{
background-color: #DA6CBF;
}
</style>
border-color css
<style>
span { border-color: #DA6CBF; }
span { border-color: rgb(218,108,191); }
td.TdClassName
{
border-color: #DA6CBF;
}
.TagClassName
{
border-color: #DA6CBF;
}
</style>