Shades of Orchid #DA64B9
Tints of Orchid #DA64B9
RGB
CMYK
RGB Variations
Color information
#DA64B9 (or 0xDA64B9) is known color: Orchid. HEX triplet: DA, 64 and B9. RGB value is (218,100,185). Sum of RGB (Red+Green+Blue) = 218+100+185=503 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.34% from 503); Green value is 100 (39.45% from 255 or 19.88% from 503); Blue value is 185 (72.66% from 255 or 36.78% from 503); Max value from RGB is 218 - color contains mainly: red. Hex color #DA64B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA64B9 is #259B46. Grayscale: #909090. Windows color (decimal): -2464583 or 12149978. OLE color: 12149978.
HSL color Cylindrical-coordinate representation of color #DA64B9: hue angle of 316.78º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DA64B9 is Cyan = 0, Magento = 0.54, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 100 | 185 | - |
| CMYK | 0 | 0.54 | 0.15 | 0.15 |
| HSL | 316.78º | 0.61% | 0.62% | - |
| HSV(B) | 316.78º | 0.54% | 0.85% | - |
| XYZ | 42.23 | 27.52 | 48.99 | - |
| YUV | 144.97 | 150.59 | 180.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 100 | 185 | 0 | 0.54 | 0.15 | 0.15 | 316.78 | 0.61 | 0.62 |
| Hex | DA | 64 | B9 | 0 | 36 | F | F | 13D | 3D | 3E |
| Octal | 332 | 144 | 271 | 0 | 66 | 17 | 17 | 475 | 75 | 76 |
| Binary | 11011010 | 1100100 | 10111001 | 0 | 110110 | 1111 | 1111 | 100111101 | 111101 | 111110 |
Color Harmonies of #DA64B9
Complementary color
Monochromatic Colors of #DA64B9
Black with #DA64B9
Text Example
Text Example
White with #DA64B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA64B9; }
p { color: rgb(218,100,185); }
H1.HeaderClassName
{
color: #DA64B9;
}
.AnyTagClassName
{
color: #DA64B9;
}
</style>
background-color css
<style>
a { background-color: #DA64B9; }
a { background-color: rgb(218,100,185); }
div.DivClassName
{
background-color: #DA64B9;
}
.BgClassName
{
background-color: #DA64B9;
}
</style>
border-color css
<style>
span { border-color: #DA64B9; }
span { border-color: rgb(218,100,185); }
td.TdClassName
{
border-color: #DA64B9;
}
.TagClassName
{
border-color: #DA64B9;
}
</style>