Shades of Orchid #DA64D9
Tints of Orchid #DA64D9
RGB
CMYK
RGB Variations
Color information
#DA64D9 (or 0xDA64D9) is known color: Orchid. HEX triplet: DA, 64 and D9. RGB value is (218,100,217). Sum of RGB (Red+Green+Blue) = 218+100+217=535 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.75% from 535); Green value is 100 (39.45% from 255 or 18.69% from 535); Blue value is 217 (85.16% from 255 or 40.56% from 535); Max value from RGB is 218 - color contains mainly: red. Hex color #DA64D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA64D9 is #259B26. Grayscale: #949494. Windows color (decimal): -2464551 or 14247130. OLE color: 14247130.
HSL color Cylindrical-coordinate representation of color #DA64D9: hue angle of 300.51º 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 #DA64D9 is Cyan = 0, Magento = 0.54, Yellow = 0.00 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 100 | 217 | - |
CMYK | 0 | 0.54 | 0.00 | 0.15 |
HSL | 300.51º | 0.61% | 0.62% | - |
HSV(B) | 300.51º | 0.54% | 0.85% | - |
XYZ | 46 | 29.03 | 68.82 | - |
YUV | 148.62 | 166.59 | 177.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 100 | 217 | 0 | 0.54 | 0.00 | 0.15 | 300.51 | 0.61 | 0.62 |
Hex | DA | 64 | D9 | 0 | 36 | 0 | F | 12D | 3D | 3E |
Octal | 332 | 144 | 331 | 0 | 66 | 0 | 17 | 455 | 75 | 76 |
Binary | 11011010 | 1100100 | 11011001 | 0 | 110110 | 0 | 1111 | 100101101 | 111101 | 111110 |
Color Harmonies of #DA64D9
Complementary color
Monochromatic Colors of #DA64D9
Black with #DA64D9
Text Example
Text Example
White with #DA64D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA64D9; }
p { color: rgb(218,100,217); }
H1.HeaderClassName
{
color: #DA64D9;
}
.AnyTagClassName
{
color: #DA64D9;
}
</style>
background-color css
<style>
a { background-color: #DA64D9; }
a { background-color: rgb(218,100,217); }
div.DivClassName
{
background-color: #DA64D9;
}
.BgClassName
{
background-color: #DA64D9;
}
</style>
border-color css
<style>
span { border-color: #DA64D9; }
span { border-color: rgb(218,100,217); }
td.TdClassName
{
border-color: #DA64D9;
}
.TagClassName
{
border-color: #DA64D9;
}
</style>