Shades of Orchid #DA64DD
Tints of Orchid #DA64DD
RGB
CMYK
RGB Variations
Color information
#DA64DD (or 0xDA64DD) is known color: Orchid. HEX triplet: DA, 64 and DD. RGB value is (218,100,221). Sum of RGB (Red+Green+Blue) = 218+100+221=539 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.45% from 539); Green value is 100 (39.45% from 255 or 18.55% from 539); Blue value is 221 (86.72% from 255 or 41.00% from 539); Max value from RGB is 221 - color contains mainly: blue. Hex color #DA64DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA64DD is #259B22. Grayscale: #949494. Windows color (decimal): -2464547 or 14509274. OLE color: 14509274.
HSL color Cylindrical-coordinate representation of color #DA64DD: hue angle of 298.51º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DA64DD is Cyan = 0.01, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 100 | 221 | - |
| CMYK | 0.01 | 0.55 | 0 | 0.13 |
| HSL | 298.51º | 0.64% | 0.63% | - |
| HSV(B) | 298.51º | 0.55% | 0.87% | - |
| XYZ | 46.52 | 29.24 | 71.6 | - |
| YUV | 149.08 | 168.59 | 177.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 100 | 221 | 0.01 | 0.55 | 0 | 0.13 | 298.51 | 0.64 | 0.63 |
| Hex | DA | 64 | DD | 1 | 37 | 0 | D | 12B | 40 | 3F |
| Octal | 332 | 144 | 335 | 1 | 67 | 0 | 15 | 453 | 100 | 77 |
| Binary | 11011010 | 1100100 | 11011101 | 1 | 110111 | 0 | 1101 | 100101011 | 1000000 | 111111 |
Color Harmonies of #DA64DD
Complementary color
Monochromatic Colors of #DA64DD
Black with #DA64DD
Text Example
Text Example
White with #DA64DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA64DD; }
p { color: rgb(218,100,221); }
H1.HeaderClassName
{
color: #DA64DD;
}
.AnyTagClassName
{
color: #DA64DD;
}
</style>
background-color css
<style>
a { background-color: #DA64DD; }
a { background-color: rgb(218,100,221); }
div.DivClassName
{
background-color: #DA64DD;
}
.BgClassName
{
background-color: #DA64DD;
}
</style>
border-color css
<style>
span { border-color: #DA64DD; }
span { border-color: rgb(218,100,221); }
td.TdClassName
{
border-color: #DA64DD;
}
.TagClassName
{
border-color: #DA64DD;
}
</style>