Shades of Orchid #DA64D7
Tints of Orchid #DA64D7
RGB
CMYK
RGB Variations
Color information
#DA64D7 (or 0xDA64D7) is known color: Orchid. HEX triplet: DA, 64 and D7. RGB value is (218,100,215). Sum of RGB (Red+Green+Blue) = 218+100+215=533 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.90% from 533); Green value is 100 (39.45% from 255 or 18.76% from 533); Blue value is 215 (84.38% from 255 or 40.34% from 533); Max value from RGB is 218 - color contains mainly: red. Hex color #DA64D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA64D7 is #259B28. Grayscale: #949494. Windows color (decimal): -2464553 or 14116058. OLE color: 14116058.
HSL color Cylindrical-coordinate representation of color #DA64D7: hue angle of 301.53º 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 #DA64D7 is Cyan = 0, Magento = 0.54, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 100 | 215 | - |
| CMYK | 0 | 0.54 | 0.01 | 0.15 |
| HSL | 301.53º | 0.61% | 0.62% | - |
| HSV(B) | 301.53º | 0.54% | 0.85% | - |
| XYZ | 45.74 | 28.93 | 67.46 | - |
| YUV | 148.39 | 165.59 | 177.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 100 | 215 | 0 | 0.54 | 0.01 | 0.15 | 301.53 | 0.61 | 0.62 |
| Hex | DA | 64 | D7 | 0 | 36 | 1 | F | 12E | 3D | 3E |
| Octal | 332 | 144 | 327 | 0 | 66 | 1 | 17 | 456 | 75 | 76 |
| Binary | 11011010 | 1100100 | 11010111 | 0 | 110110 | 1 | 1111 | 100101110 | 111101 | 111110 |
Color Harmonies of #DA64D7
Complementary color
Monochromatic Colors of #DA64D7
Black with #DA64D7
Text Example
Text Example
White with #DA64D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA64D7; }
p { color: rgb(218,100,215); }
H1.HeaderClassName
{
color: #DA64D7;
}
.AnyTagClassName
{
color: #DA64D7;
}
</style>
background-color css
<style>
a { background-color: #DA64D7; }
a { background-color: rgb(218,100,215); }
div.DivClassName
{
background-color: #DA64D7;
}
.BgClassName
{
background-color: #DA64D7;
}
</style>
border-color css
<style>
span { border-color: #DA64D7; }
span { border-color: rgb(218,100,215); }
td.TdClassName
{
border-color: #DA64D7;
}
.TagClassName
{
border-color: #DA64D7;
}
</style>