Shades of Orchid #DA66D8
Tints of Orchid #DA66D8
RGB
CMYK
RGB Variations
Color information
#DA66D8 (or 0xDA66D8) is known color: Orchid. HEX triplet: DA, 66 and D8. RGB value is (218,102,216). Sum of RGB (Red+Green+Blue) = 218+102+216=536 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.67% from 536); Green value is 102 (40.23% from 255 or 19.03% from 536); Blue value is 216 (84.77% from 255 or 40.30% from 536); Max value from RGB is 218 - color contains mainly: red. Hex color #DA66D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA66D8 is #259927. Grayscale: #959595. Windows color (decimal): -2464040 or 14182106. OLE color: 14182106.
HSL color Cylindrical-coordinate representation of color #DA66D8: hue angle of 301.03º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DA66D8 is Cyan = 0, Magento = 0.53, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 102 | 216 | - |
| CMYK | 0 | 0.53 | 0.01 | 0.15 |
| HSL | 301.03º | 0.61% | 0.63% | - |
| HSV(B) | 301.03º | 0.53% | 0.85% | - |
| XYZ | 46.06 | 29.37 | 68.21 | - |
| YUV | 149.68 | 165.43 | 176.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 102 | 216 | 0 | 0.53 | 0.01 | 0.15 | 301.03 | 0.61 | 0.63 |
| Hex | DA | 66 | D8 | 0 | 35 | 1 | F | 12D | 3D | 3F |
| Octal | 332 | 146 | 330 | 0 | 65 | 1 | 17 | 455 | 75 | 77 |
| Binary | 11011010 | 1100110 | 11011000 | 0 | 110101 | 1 | 1111 | 100101101 | 111101 | 111111 |
Color Harmonies of #DA66D8
Complementary color
Monochromatic Colors of #DA66D8
Black with #DA66D8
Text Example
Text Example
White with #DA66D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA66D8; }
p { color: rgb(218,102,216); }
H1.HeaderClassName
{
color: #DA66D8;
}
.AnyTagClassName
{
color: #DA66D8;
}
</style>
background-color css
<style>
a { background-color: #DA66D8; }
a { background-color: rgb(218,102,216); }
div.DivClassName
{
background-color: #DA66D8;
}
.BgClassName
{
background-color: #DA66D8;
}
</style>
border-color css
<style>
span { border-color: #DA66D8; }
span { border-color: rgb(218,102,216); }
td.TdClassName
{
border-color: #DA66D8;
}
.TagClassName
{
border-color: #DA66D8;
}
</style>