Shades of Orchid #DA66DD
Tints of Orchid #DA66DD
RGB
CMYK
RGB Variations
Color information
#DA66DD (or 0xDA66DD) is known color: Orchid. HEX triplet: DA, 66 and DD. RGB value is (218,102,221). Sum of RGB (Red+Green+Blue) = 218+102+221=541 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.30% from 541); Green value is 102 (40.23% from 255 or 18.85% from 541); Blue value is 221 (86.72% from 255 or 40.85% from 541); Max value from RGB is 221 - color contains mainly: blue. Hex color #DA66DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA66DD is #259922. Grayscale: #959595. Windows color (decimal): -2464035 or 14509786. OLE color: 14509786.
HSL color Cylindrical-coordinate representation of color #DA66DD: hue angle of 298.49º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DA66DD is Cyan = 0.01, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 102 | 221 | - |
| CMYK | 0.01 | 0.54 | 0 | 0.13 |
| HSL | 298.49º | 0.64% | 0.63% | - |
| HSV(B) | 298.49º | 0.54% | 0.87% | - |
| XYZ | 46.72 | 29.63 | 71.66 | - |
| YUV | 150.25 | 167.93 | 176.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 102 | 221 | 0.01 | 0.54 | 0 | 0.13 | 298.49 | 0.64 | 0.63 |
| Hex | DA | 66 | DD | 1 | 36 | 0 | D | 12A | 40 | 3F |
| Octal | 332 | 146 | 335 | 1 | 66 | 0 | 15 | 452 | 100 | 77 |
| Binary | 11011010 | 1100110 | 11011101 | 1 | 110110 | 0 | 1101 | 100101010 | 1000000 | 111111 |
Color Harmonies of #DA66DD
Complementary color
Monochromatic Colors of #DA66DD
Black with #DA66DD
Text Example
Text Example
White with #DA66DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA66DD; }
p { color: rgb(218,102,221); }
H1.HeaderClassName
{
color: #DA66DD;
}
.AnyTagClassName
{
color: #DA66DD;
}
</style>
background-color css
<style>
a { background-color: #DA66DD; }
a { background-color: rgb(218,102,221); }
div.DivClassName
{
background-color: #DA66DD;
}
.BgClassName
{
background-color: #DA66DD;
}
</style>
border-color css
<style>
span { border-color: #DA66DD; }
span { border-color: rgb(218,102,221); }
td.TdClassName
{
border-color: #DA66DD;
}
.TagClassName
{
border-color: #DA66DD;
}
</style>