Shades of Orchid #DA63DA
Tints of Orchid #DA63DA
RGB
CMYK
RGB Variations
Color information
#DA63DA (or 0xDA63DA) is known color: Orchid. HEX triplet: DA, 63 and DA. RGB value is (218,99,218). Sum of RGB (Red+Green+Blue) = 218+99+218=535 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.75% from 535); Green value is 99 (39.06% from 255 or 18.50% from 535); Blue value is 218 (85.55% from 255 or 40.75% from 535); Max value from RGB is 218 - color contains mainly: red, blue. Hex color #DA63DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA63DA is #259C25. Grayscale: #939393. Windows color (decimal): -2464806 or 14312410. OLE color: 14312410.
HSL color Cylindrical-coordinate representation of color #DA63DA: hue angle of 300º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DA63DA is Cyan = 0, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 99 | 218 | - |
| CMYK | 0 | 0.55 | 0 | 0.15 |
| HSL | 300º | 0.62% | 0.62% | - |
| HSV(B) | 300º | 0.55% | 0.85% | - |
| XYZ | 46.03 | 28.89 | 69.48 | - |
| YUV | 148.15 | 167.42 | 177.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 99 | 218 | 0 | 0.55 | 0 | 0.15 | 300 | 0.62 | 0.62 |
| Hex | DA | 63 | DA | 0 | 37 | 0 | F | 12C | 3E | 3E |
| Octal | 332 | 143 | 332 | 0 | 67 | 0 | 17 | 454 | 76 | 76 |
| Binary | 11011010 | 1100011 | 11011010 | 0 | 110111 | 0 | 1111 | 100101100 | 111110 | 111110 |
Color Harmonies of #DA63DA
Complementary color
Monochromatic Colors of #DA63DA
Black with #DA63DA
Text Example
Text Example
White with #DA63DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA63DA; }
p { color: rgb(218,99,218); }
H1.HeaderClassName
{
color: #DA63DA;
}
.AnyTagClassName
{
color: #DA63DA;
}
</style>
background-color css
<style>
a { background-color: #DA63DA; }
a { background-color: rgb(218,99,218); }
div.DivClassName
{
background-color: #DA63DA;
}
.BgClassName
{
background-color: #DA63DA;
}
</style>
border-color css
<style>
span { border-color: #DA63DA; }
span { border-color: rgb(218,99,218); }
td.TdClassName
{
border-color: #DA63DA;
}
.TagClassName
{
border-color: #DA63DA;
}
</style>