Shades of Orchid #DA68DE
Tints of Orchid #DA68DE
RGB
CMYK
RGB Variations
Color information
#DA68DE (or 0xDA68DE) is known color: Orchid. HEX triplet: DA, 68 and DE. RGB value is (218,104,222). Sum of RGB (Red+Green+Blue) = 218+104+222=544 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40.07% from 544); Green value is 104 (41.02% from 255 or 19.12% from 544); Blue value is 222 (87.11% from 255 or 40.81% from 544); Max value from RGB is 222 - color contains mainly: blue. Hex color #DA68DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA68DE is #259721. Grayscale: #979797. Windows color (decimal): -2463522 or 14575834. OLE color: 14575834.
HSL color Cylindrical-coordinate representation of color #DA68DE: hue angle of 297.97º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DA68DE is Cyan = 0.02, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 104 | 222 | - |
| CMYK | 0.02 | 0.53 | 0 | 0.13 |
| HSL | 297.97º | 0.64% | 0.64% | - |
| HSV(B) | 297.97º | 0.53% | 0.87% | - |
| XYZ | 47.05 | 30.08 | 72.43 | - |
| YUV | 151.54 | 167.77 | 175.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 104 | 222 | 0.02 | 0.53 | 0 | 0.13 | 297.97 | 0.64 | 0.64 |
| Hex | DA | 68 | DE | 2 | 35 | 0 | D | 12A | 40 | 40 |
| Octal | 332 | 150 | 336 | 2 | 65 | 0 | 15 | 452 | 100 | 100 |
| Binary | 11011010 | 1101000 | 11011110 | 10 | 110101 | 0 | 1101 | 100101010 | 1000000 | 1000000 |
Color Harmonies of #DA68DE
Complementary color
Monochromatic Colors of #DA68DE
Black with #DA68DE
Text Example
Text Example
White with #DA68DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA68DE; }
p { color: rgb(218,104,222); }
H1.HeaderClassName
{
color: #DA68DE;
}
.AnyTagClassName
{
color: #DA68DE;
}
</style>
background-color css
<style>
a { background-color: #DA68DE; }
a { background-color: rgb(218,104,222); }
div.DivClassName
{
background-color: #DA68DE;
}
.BgClassName
{
background-color: #DA68DE;
}
</style>
border-color css
<style>
span { border-color: #DA68DE; }
span { border-color: rgb(218,104,222); }
td.TdClassName
{
border-color: #DA68DE;
}
.TagClassName
{
border-color: #DA68DE;
}
</style>