Shades of Orchid #DA64DA
Tints of Orchid #DA64DA
RGB
CMYK
RGB Variations
Color information
#DA64DA (or 0xDA64DA) is known color: Orchid. HEX triplet: DA, 64 and DA. RGB value is (218,100,218). Sum of RGB (Red+Green+Blue) = 218+100+218=536 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.67% from 536); Green value is 100 (39.45% from 255 or 18.66% from 536); Blue value is 218 (85.55% from 255 or 40.67% from 536); Max value from RGB is 218 - color contains mainly: red, blue. Hex color #DA64DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA64DA is #259B25. Grayscale: #949494. Windows color (decimal): -2464550 or 14312666. OLE color: 14312666.
HSL color Cylindrical-coordinate representation of color #DA64DA: hue angle of 300º 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 #DA64DA is Cyan = 0, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 100 | 218 | - |
| CMYK | 0 | 0.54 | 0 | 0.15 |
| HSL | 300º | 0.61% | 0.62% | - |
| HSV(B) | 300º | 0.54% | 0.85% | - |
| XYZ | 46.13 | 29.08 | 69.51 | - |
| YUV | 148.73 | 167.09 | 177.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 100 | 218 | 0 | 0.54 | 0 | 0.15 | 300 | 0.61 | 0.62 |
| Hex | DA | 64 | DA | 0 | 36 | 0 | F | 12C | 3D | 3E |
| Octal | 332 | 144 | 332 | 0 | 66 | 0 | 17 | 454 | 75 | 76 |
| Binary | 11011010 | 1100100 | 11011010 | 0 | 110110 | 0 | 1111 | 100101100 | 111101 | 111110 |
Color Harmonies of #DA64DA
Complementary color
Monochromatic Colors of #DA64DA
Black with #DA64DA
Text Example
Text Example
White with #DA64DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA64DA; }
p { color: rgb(218,100,218); }
H1.HeaderClassName
{
color: #DA64DA;
}
.AnyTagClassName
{
color: #DA64DA;
}
</style>
background-color css
<style>
a { background-color: #DA64DA; }
a { background-color: rgb(218,100,218); }
div.DivClassName
{
background-color: #DA64DA;
}
.BgClassName
{
background-color: #DA64DA;
}
</style>
border-color css
<style>
span { border-color: #DA64DA; }
span { border-color: rgb(218,100,218); }
td.TdClassName
{
border-color: #DA64DA;
}
.TagClassName
{
border-color: #DA64DA;
}
</style>