Shades of Orchid #DA64E6
Tints of Orchid #DA64E6
RGB
CMYK
RGB Variations
Color information
#DA64E6 (or 0xDA64E6) is known color: Orchid. HEX triplet: DA, 64 and E6. RGB value is (218,100,230). Sum of RGB (Red+Green+Blue) = 218+100+230=548 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.78% from 548); Green value is 100 (39.45% from 255 or 18.25% from 548); Blue value is 230 (90.23% from 255 or 41.97% from 548); Max value from RGB is 230 - color contains mainly: blue. Hex color #DA64E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA64E6 is #259B19. Grayscale: #959595. Windows color (decimal): -2464538 or 15099098. OLE color: 15099098.
HSL color Cylindrical-coordinate representation of color #DA64E6: hue angle of 294.46º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DA64E6 is Cyan = 0.05, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 100 | 230 | - |
| CMYK | 0.05 | 0.57 | 0 | 0.10 |
| HSL | 294.46º | 0.72% | 0.65% | - |
| HSV(B) | 294.46º | 0.57% | 0.9% | - |
| XYZ | 47.75 | 29.73 | 78.09 | - |
| YUV | 150.1 | 173.09 | 176.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 100 | 230 | 0.05 | 0.57 | 0 | 0.10 | 294.46 | 0.72 | 0.65 |
| Hex | DA | 64 | E6 | 5 | 39 | 0 | A | 126 | 48 | 41 |
| Octal | 332 | 144 | 346 | 5 | 71 | 0 | 12 | 446 | 110 | 101 |
| Binary | 11011010 | 1100100 | 11100110 | 101 | 111001 | 0 | 1010 | 100100110 | 1001000 | 1000001 |
Color Harmonies of #DA64E6
Complementary color
Monochromatic Colors of #DA64E6
Black with #DA64E6
Text Example
Text Example
White with #DA64E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA64E6; }
p { color: rgb(218,100,230); }
H1.HeaderClassName
{
color: #DA64E6;
}
.AnyTagClassName
{
color: #DA64E6;
}
</style>
background-color css
<style>
a { background-color: #DA64E6; }
a { background-color: rgb(218,100,230); }
div.DivClassName
{
background-color: #DA64E6;
}
.BgClassName
{
background-color: #DA64E6;
}
</style>
border-color css
<style>
span { border-color: #DA64E6; }
span { border-color: rgb(218,100,230); }
td.TdClassName
{
border-color: #DA64E6;
}
.TagClassName
{
border-color: #DA64E6;
}
</style>