Shades of Orchid #DA65BF
Tints of Orchid #DA65BF
RGB
CMYK
RGB Variations
Color information
#DA65BF (or 0xDA65BF) is known color: Orchid. HEX triplet: DA, 65 and BF. RGB value is (218,101,191). Sum of RGB (Red+Green+Blue) = 218+101+191=510 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.75% from 510); Green value is 101 (39.84% from 255 or 19.80% from 510); Blue value is 191 (75% from 255 or 37.45% from 510); Max value from RGB is 218 - color contains mainly: red. Hex color #DA65BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA65BF is #259A40. Grayscale: #919191. Windows color (decimal): -2464321 or 12543450. OLE color: 12543450.
HSL color Cylindrical-coordinate representation of color #DA65BF: hue angle of 313.85º 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 #DA65BF is Cyan = 0, Magento = 0.54, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 101 | 191 | - |
| CMYK | 0 | 0.54 | 0.12 | 0.15 |
| HSL | 313.85º | 0.61% | 0.63% | - |
| HSV(B) | 313.85º | 0.54% | 0.85% | - |
| XYZ | 42.97 | 27.97 | 52.42 | - |
| YUV | 146.24 | 153.26 | 179.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 101 | 191 | 0 | 0.54 | 0.12 | 0.15 | 313.85 | 0.61 | 0.63 |
| Hex | DA | 65 | BF | 0 | 36 | C | F | 13A | 3D | 3F |
| Octal | 332 | 145 | 277 | 0 | 66 | 14 | 17 | 472 | 75 | 77 |
| Binary | 11011010 | 1100101 | 10111111 | 0 | 110110 | 1100 | 1111 | 100111010 | 111101 | 111111 |
Color Harmonies of #DA65BF
Complementary color
Monochromatic Colors of #DA65BF
Black with #DA65BF
Text Example
Text Example
White with #DA65BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA65BF; }
p { color: rgb(218,101,191); }
H1.HeaderClassName
{
color: #DA65BF;
}
.AnyTagClassName
{
color: #DA65BF;
}
</style>
background-color css
<style>
a { background-color: #DA65BF; }
a { background-color: rgb(218,101,191); }
div.DivClassName
{
background-color: #DA65BF;
}
.BgClassName
{
background-color: #DA65BF;
}
</style>
border-color css
<style>
span { border-color: #DA65BF; }
span { border-color: rgb(218,101,191); }
td.TdClassName
{
border-color: #DA65BF;
}
.TagClassName
{
border-color: #DA65BF;
}
</style>