Shades of Orchid #DA65DD
Tints of Orchid #DA65DD
RGB
CMYK
RGB Variations
Color information
#DA65DD (or 0xDA65DD) is known color: Orchid. HEX triplet: DA, 65 and DD. RGB value is (218,101,221). Sum of RGB (Red+Green+Blue) = 218+101+221=540 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.37% from 540); Green value is 101 (39.84% from 255 or 18.70% from 540); Blue value is 221 (86.72% from 255 or 40.93% from 540); Max value from RGB is 221 - color contains mainly: blue. Hex color #DA65DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA65DD is #259A22. Grayscale: #959595. Windows color (decimal): -2464291 or 14509530. OLE color: 14509530.
HSL color Cylindrical-coordinate representation of color #DA65DD: hue angle of 298.5º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DA65DD is Cyan = 0.01, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 101 | 221 | - |
| CMYK | 0.01 | 0.54 | 0 | 0.13 |
| HSL | 298.5º | 0.64% | 0.63% | - |
| HSV(B) | 298.5º | 0.54% | 0.87% | - |
| XYZ | 46.62 | 29.43 | 71.63 | - |
| YUV | 149.66 | 168.26 | 176.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 101 | 221 | 0.01 | 0.54 | 0 | 0.13 | 298.5 | 0.64 | 0.63 |
| Hex | DA | 65 | DD | 1 | 36 | 0 | D | 12A | 40 | 3F |
| Octal | 332 | 145 | 335 | 1 | 66 | 0 | 15 | 452 | 100 | 77 |
| Binary | 11011010 | 1100101 | 11011101 | 1 | 110110 | 0 | 1101 | 100101010 | 1000000 | 111111 |
Color Harmonies of #DA65DD
Complementary color
Monochromatic Colors of #DA65DD
Black with #DA65DD
Text Example
Text Example
White with #DA65DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA65DD; }
p { color: rgb(218,101,221); }
H1.HeaderClassName
{
color: #DA65DD;
}
.AnyTagClassName
{
color: #DA65DD;
}
</style>
background-color css
<style>
a { background-color: #DA65DD; }
a { background-color: rgb(218,101,221); }
div.DivClassName
{
background-color: #DA65DD;
}
.BgClassName
{
background-color: #DA65DD;
}
</style>
border-color css
<style>
span { border-color: #DA65DD; }
span { border-color: rgb(218,101,221); }
td.TdClassName
{
border-color: #DA65DD;
}
.TagClassName
{
border-color: #DA65DD;
}
</style>