Shades of Orchid #DA64D5
Tints of Orchid #DA64D5
RGB
CMYK
RGB Variations
Color information
#DA64D5 (or 0xDA64D5) is known color: Orchid. HEX triplet: DA, 64 and D5. RGB value is (218,100,213). Sum of RGB (Red+Green+Blue) = 218+100+213=531 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.05% from 531); Green value is 100 (39.45% from 255 or 18.83% from 531); Blue value is 213 (83.59% from 255 or 40.11% from 531); Max value from RGB is 218 - color contains mainly: red. Hex color #DA64D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA64D5 is #259B2A. Grayscale: #939393. Windows color (decimal): -2464555 or 13984986. OLE color: 13984986.
HSL color Cylindrical-coordinate representation of color #DA64D5: hue angle of 302.54º 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 #DA64D5 is Cyan = 0, Magento = 0.54, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 100 | 213 | - |
| CMYK | 0 | 0.54 | 0.02 | 0.15 |
| HSL | 302.54º | 0.61% | 0.62% | - |
| HSV(B) | 302.54º | 0.54% | 0.85% | - |
| XYZ | 45.48 | 28.82 | 66.12 | - |
| YUV | 148.16 | 164.59 | 177.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 100 | 213 | 0 | 0.54 | 0.02 | 0.15 | 302.54 | 0.61 | 0.62 |
| Hex | DA | 64 | D5 | 0 | 36 | 2 | F | 12F | 3D | 3E |
| Octal | 332 | 144 | 325 | 0 | 66 | 2 | 17 | 457 | 75 | 76 |
| Binary | 11011010 | 1100100 | 11010101 | 0 | 110110 | 10 | 1111 | 100101111 | 111101 | 111110 |
Color Harmonies of #DA64D5
Complementary color
Monochromatic Colors of #DA64D5
Black with #DA64D5
Text Example
Text Example
White with #DA64D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA64D5; }
p { color: rgb(218,100,213); }
H1.HeaderClassName
{
color: #DA64D5;
}
.AnyTagClassName
{
color: #DA64D5;
}
</style>
background-color css
<style>
a { background-color: #DA64D5; }
a { background-color: rgb(218,100,213); }
div.DivClassName
{
background-color: #DA64D5;
}
.BgClassName
{
background-color: #DA64D5;
}
</style>
border-color css
<style>
span { border-color: #DA64D5; }
span { border-color: rgb(218,100,213); }
td.TdClassName
{
border-color: #DA64D5;
}
.TagClassName
{
border-color: #DA64D5;
}
</style>