Shades of Orchid #DA68DC
Tints of Orchid #DA68DC
RGB
CMYK
RGB Variations
Color information
#DA68DC (or 0xDA68DC) is known color: Orchid. HEX triplet: DA, 68 and DC. RGB value is (218,104,220). Sum of RGB (Red+Green+Blue) = 218+104+220=542 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.22% from 542); Green value is 104 (41.02% from 255 or 19.19% from 542); Blue value is 220 (86.33% from 255 or 40.59% from 542); Max value from RGB is 220 - color contains mainly: blue. Hex color #DA68DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA68DC is #259723. Grayscale: #969696. Windows color (decimal): -2463524 or 14444762. OLE color: 14444762.
HSL color Cylindrical-coordinate representation of color #DA68DC: hue angle of 298.97º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DA68DC is Cyan = 0.01, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 104 | 220 | - |
| CMYK | 0.01 | 0.53 | 0 | 0.14 |
| HSL | 298.97º | 0.62% | 0.64% | - |
| HSV(B) | 298.97º | 0.53% | 0.86% | - |
| XYZ | 46.78 | 29.97 | 71.03 | - |
| YUV | 151.31 | 166.77 | 175.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 104 | 220 | 0.01 | 0.53 | 0 | 0.14 | 298.97 | 0.62 | 0.64 |
| Hex | DA | 68 | DC | 1 | 35 | 0 | E | 12B | 3E | 40 |
| Octal | 332 | 150 | 334 | 1 | 65 | 0 | 16 | 453 | 76 | 100 |
| Binary | 11011010 | 1101000 | 11011100 | 1 | 110101 | 0 | 1110 | 100101011 | 111110 | 1000000 |
Color Harmonies of #DA68DC
Complementary color
Monochromatic Colors of #DA68DC
Black with #DA68DC
Text Example
Text Example
White with #DA68DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA68DC; }
p { color: rgb(218,104,220); }
H1.HeaderClassName
{
color: #DA68DC;
}
.AnyTagClassName
{
color: #DA68DC;
}
</style>
background-color css
<style>
a { background-color: #DA68DC; }
a { background-color: rgb(218,104,220); }
div.DivClassName
{
background-color: #DA68DC;
}
.BgClassName
{
background-color: #DA68DC;
}
</style>
border-color css
<style>
span { border-color: #DA68DC; }
span { border-color: rgb(218,104,220); }
td.TdClassName
{
border-color: #DA68DC;
}
.TagClassName
{
border-color: #DA68DC;
}
</style>