Shades of Orchid #DA68DD
Tints of Orchid #DA68DD
RGB
CMYK
RGB Variations
Color information
#DA68DD (or 0xDA68DD) is known color: Orchid. HEX triplet: DA, 68 and DD. RGB value is (218,104,221). Sum of RGB (Red+Green+Blue) = 218+104+221=543 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.15% from 543); Green value is 104 (41.02% from 255 or 19.15% from 543); Blue value is 221 (86.72% from 255 or 40.70% from 543); Max value from RGB is 221 - color contains mainly: blue. Hex color #DA68DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA68DD is #259722. Grayscale: #979797. Windows color (decimal): -2463523 or 14510298. OLE color: 14510298.
HSL color Cylindrical-coordinate representation of color #DA68DD: hue angle of 298.46º degrees, saturation: 0.63, 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 #DA68DD is Cyan = 0.01, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 104 | 221 | - |
| CMYK | 0.01 | 0.53 | 0 | 0.13 |
| HSL | 298.46º | 0.63% | 0.64% | - |
| HSV(B) | 298.46º | 0.53% | 0.87% | - |
| XYZ | 46.91 | 30.03 | 71.73 | - |
| YUV | 151.42 | 167.27 | 175.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 104 | 221 | 0.01 | 0.53 | 0 | 0.13 | 298.46 | 0.63 | 0.64 |
| Hex | DA | 68 | DD | 1 | 35 | 0 | D | 12A | 3F | 40 |
| Octal | 332 | 150 | 335 | 1 | 65 | 0 | 15 | 452 | 77 | 100 |
| Binary | 11011010 | 1101000 | 11011101 | 1 | 110101 | 0 | 1101 | 100101010 | 111111 | 1000000 |
Color Harmonies of #DA68DD
Complementary color
Monochromatic Colors of #DA68DD
Black with #DA68DD
Text Example
Text Example
White with #DA68DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA68DD; }
p { color: rgb(218,104,221); }
H1.HeaderClassName
{
color: #DA68DD;
}
.AnyTagClassName
{
color: #DA68DD;
}
</style>
background-color css
<style>
a { background-color: #DA68DD; }
a { background-color: rgb(218,104,221); }
div.DivClassName
{
background-color: #DA68DD;
}
.BgClassName
{
background-color: #DA68DD;
}
</style>
border-color css
<style>
span { border-color: #DA68DD; }
span { border-color: rgb(218,104,221); }
td.TdClassName
{
border-color: #DA68DD;
}
.TagClassName
{
border-color: #DA68DD;
}
</style>