Shades of Orchid #DA66BA
Tints of Orchid #DA66BA
RGB
CMYK
RGB Variations
Color information
#DA66BA (or 0xDA66BA) is known color: Orchid. HEX triplet: DA, 66 and BA. RGB value is (218,102,186). Sum of RGB (Red+Green+Blue) = 218+102+186=506 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.08% from 506); Green value is 102 (40.23% from 255 or 20.16% from 506); Blue value is 186 (73.05% from 255 or 36.76% from 506); Max value from RGB is 218 - color contains mainly: red. Hex color #DA66BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA66BA is #259945. Grayscale: #929292. Windows color (decimal): -2464070 or 12216026. OLE color: 12216026.
HSL color Cylindrical-coordinate representation of color #DA66BA: hue angle of 316.55º 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 #DA66BA is Cyan = 0, Magento = 0.53, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 102 | 186 | - |
| CMYK | 0 | 0.53 | 0.15 | 0.15 |
| HSL | 316.55º | 0.61% | 0.63% | - |
| HSV(B) | 316.55º | 0.53% | 0.85% | - |
| XYZ | 42.53 | 27.95 | 49.61 | - |
| YUV | 146.26 | 150.43 | 179.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 102 | 186 | 0 | 0.53 | 0.15 | 0.15 | 316.55 | 0.61 | 0.63 |
| Hex | DA | 66 | BA | 0 | 35 | F | F | 13D | 3D | 3F |
| Octal | 332 | 146 | 272 | 0 | 65 | 17 | 17 | 475 | 75 | 77 |
| Binary | 11011010 | 1100110 | 10111010 | 0 | 110101 | 1111 | 1111 | 100111101 | 111101 | 111111 |
Color Harmonies of #DA66BA
Complementary color
Monochromatic Colors of #DA66BA
Black with #DA66BA
Text Example
Text Example
White with #DA66BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA66BA; }
p { color: rgb(218,102,186); }
H1.HeaderClassName
{
color: #DA66BA;
}
.AnyTagClassName
{
color: #DA66BA;
}
</style>
background-color css
<style>
a { background-color: #DA66BA; }
a { background-color: rgb(218,102,186); }
div.DivClassName
{
background-color: #DA66BA;
}
.BgClassName
{
background-color: #DA66BA;
}
</style>
border-color css
<style>
span { border-color: #DA66BA; }
span { border-color: rgb(218,102,186); }
td.TdClassName
{
border-color: #DA66BA;
}
.TagClassName
{
border-color: #DA66BA;
}
</style>