Shades of Orchid #DA63DF
Tints of Orchid #DA63DF
RGB
CMYK
RGB Variations
Color information
#DA63DF (or 0xDA63DF) is known color: Orchid. HEX triplet: DA, 63 and DF. RGB value is (218,99,223). Sum of RGB (Red+Green+Blue) = 218+99+223=540 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.37% from 540); Green value is 99 (39.06% from 255 or 18.33% from 540); Blue value is 223 (87.5% from 255 or 41.30% from 540); Max value from RGB is 223 - color contains mainly: blue. Hex color #DA63DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA63DF is #259C20. Grayscale: #949494. Windows color (decimal): -2464801 or 14640090. OLE color: 14640090.
HSL color Cylindrical-coordinate representation of color #DA63DF: hue angle of 297.58º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DA63DF is Cyan = 0.02, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 99 | 223 | - |
| CMYK | 0.02 | 0.56 | 0 | 0.13 |
| HSL | 297.58º | 0.66% | 0.63% | - |
| HSV(B) | 297.58º | 0.56% | 0.87% | - |
| XYZ | 46.69 | 29.16 | 72.98 | - |
| YUV | 148.72 | 169.92 | 177.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 99 | 223 | 0.02 | 0.56 | 0 | 0.13 | 297.58 | 0.66 | 0.63 |
| Hex | DA | 63 | DF | 2 | 38 | 0 | D | 12A | 42 | 3F |
| Octal | 332 | 143 | 337 | 2 | 70 | 0 | 15 | 452 | 102 | 77 |
| Binary | 11011010 | 1100011 | 11011111 | 10 | 111000 | 0 | 1101 | 100101010 | 1000010 | 111111 |
Color Harmonies of #DA63DF
Complementary color
Monochromatic Colors of #DA63DF
Black with #DA63DF
Text Example
Text Example
White with #DA63DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA63DF; }
p { color: rgb(218,99,223); }
H1.HeaderClassName
{
color: #DA63DF;
}
.AnyTagClassName
{
color: #DA63DF;
}
</style>
background-color css
<style>
a { background-color: #DA63DF; }
a { background-color: rgb(218,99,223); }
div.DivClassName
{
background-color: #DA63DF;
}
.BgClassName
{
background-color: #DA63DF;
}
</style>
border-color css
<style>
span { border-color: #DA63DF; }
span { border-color: rgb(218,99,223); }
td.TdClassName
{
border-color: #DA63DF;
}
.TagClassName
{
border-color: #DA63DF;
}
</style>