Shades of Orchid #DA65B9
Tints of Orchid #DA65B9
RGB
CMYK
RGB Variations
Color information
#DA65B9 (or 0xDA65B9) is known color: Orchid. HEX triplet: DA, 65 and B9. RGB value is (218,101,185). Sum of RGB (Red+Green+Blue) = 218+101+185=504 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.25% from 504); Green value is 101 (39.84% from 255 or 20.04% from 504); Blue value is 185 (72.66% from 255 or 36.71% from 504); Max value from RGB is 218 - color contains mainly: red. Hex color #DA65B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA65B9 is #259A46. Grayscale: #919191. Windows color (decimal): -2464327 or 12150234. OLE color: 12150234.
HSL color Cylindrical-coordinate representation of color #DA65B9: hue angle of 316.92º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DA65B9 is Cyan = 0, Magento = 0.54, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 101 | 185 | - |
| CMYK | 0 | 0.54 | 0.15 | 0.15 |
| HSL | 316.92º | 0.61% | 0.63% | - |
| HSV(B) | 316.92º | 0.54% | 0.85% | - |
| XYZ | 42.32 | 27.72 | 49.02 | - |
| YUV | 145.56 | 150.26 | 179.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 101 | 185 | 0 | 0.54 | 0.15 | 0.15 | 316.92 | 0.61 | 0.63 |
| Hex | DA | 65 | B9 | 0 | 36 | F | F | 13D | 3D | 3F |
| Octal | 332 | 145 | 271 | 0 | 66 | 17 | 17 | 475 | 75 | 77 |
| Binary | 11011010 | 1100101 | 10111001 | 0 | 110110 | 1111 | 1111 | 100111101 | 111101 | 111111 |
Color Harmonies of #DA65B9
Complementary color
Monochromatic Colors of #DA65B9
Black with #DA65B9
Text Example
Text Example
White with #DA65B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA65B9; }
p { color: rgb(218,101,185); }
H1.HeaderClassName
{
color: #DA65B9;
}
.AnyTagClassName
{
color: #DA65B9;
}
</style>
background-color css
<style>
a { background-color: #DA65B9; }
a { background-color: rgb(218,101,185); }
div.DivClassName
{
background-color: #DA65B9;
}
.BgClassName
{
background-color: #DA65B9;
}
</style>
border-color css
<style>
span { border-color: #DA65B9; }
span { border-color: rgb(218,101,185); }
td.TdClassName
{
border-color: #DA65B9;
}
.TagClassName
{
border-color: #DA65B9;
}
</style>