Shades of Orchid #DA63E3
Tints of Orchid #DA63E3
RGB
CMYK
RGB Variations
Color information
#DA63E3 (or 0xDA63E3) is known color: Orchid. HEX triplet: DA, 63 and E3. RGB value is (218,99,227). Sum of RGB (Red+Green+Blue) = 218+99+227=544 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40.07% from 544); Green value is 99 (39.06% from 255 or 18.20% from 544); Blue value is 227 (89.06% from 255 or 41.73% from 544); Max value from RGB is 227 - color contains mainly: blue. Hex color #DA63E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA63E3 is #259C1C. Grayscale: #949494. Windows color (decimal): -2464797 or 14902234. OLE color: 14902234.
HSL color Cylindrical-coordinate representation of color #DA63E3: hue angle of 295.78º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DA63E3 is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 99 | 227 | - |
| CMYK | 0.04 | 0.56 | 0 | 0.11 |
| HSL | 295.78º | 0.7% | 0.64% | - |
| HSV(B) | 295.78º | 0.56% | 0.89% | - |
| XYZ | 47.24 | 29.38 | 75.85 | - |
| YUV | 149.17 | 171.92 | 177.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 99 | 227 | 0.04 | 0.56 | 0 | 0.11 | 295.78 | 0.7 | 0.64 |
| Hex | DA | 63 | E3 | 4 | 38 | 0 | B | 128 | 46 | 40 |
| Octal | 332 | 143 | 343 | 4 | 70 | 0 | 13 | 450 | 106 | 100 |
| Binary | 11011010 | 1100011 | 11100011 | 100 | 111000 | 0 | 1011 | 100101000 | 1000110 | 1000000 |
Color Harmonies of #DA63E3
Complementary color
Monochromatic Colors of #DA63E3
Black with #DA63E3
Text Example
Text Example
White with #DA63E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA63E3; }
p { color: rgb(218,99,227); }
H1.HeaderClassName
{
color: #DA63E3;
}
.AnyTagClassName
{
color: #DA63E3;
}
</style>
background-color css
<style>
a { background-color: #DA63E3; }
a { background-color: rgb(218,99,227); }
div.DivClassName
{
background-color: #DA63E3;
}
.BgClassName
{
background-color: #DA63E3;
}
</style>
border-color css
<style>
span { border-color: #DA63E3; }
span { border-color: rgb(218,99,227); }
td.TdClassName
{
border-color: #DA63E3;
}
.TagClassName
{
border-color: #DA63E3;
}
</style>