Shades of Orchid #DA66C0
Tints of Orchid #DA66C0
RGB
CMYK
RGB Variations
Color information
#DA66C0 (or 0xDA66C0) is known color: Orchid. HEX triplet: DA, 66 and C0. RGB value is (218,102,192). Sum of RGB (Red+Green+Blue) = 218+102+192=512 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.58% from 512); Green value is 102 (40.23% from 255 or 19.92% from 512); Blue value is 192 (75.39% from 255 or 37.5% from 512); Max value from RGB is 218 - color contains mainly: red. Hex color #DA66C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA66C0 is #25993F. Grayscale: #929292. Windows color (decimal): -2464064 or 12609242. OLE color: 12609242.
HSL color Cylindrical-coordinate representation of color #DA66C0: hue angle of 313.45º 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 #DA66C0 is Cyan = 0, Magento = 0.53, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 102 | 192 | - |
| CMYK | 0 | 0.53 | 0.12 | 0.15 |
| HSL | 313.45º | 0.61% | 0.63% | - |
| HSV(B) | 313.45º | 0.53% | 0.85% | - |
| XYZ | 43.18 | 28.21 | 53.04 | - |
| YUV | 146.94 | 153.43 | 178.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 102 | 192 | 0 | 0.53 | 0.12 | 0.15 | 313.45 | 0.61 | 0.63 |
| Hex | DA | 66 | C0 | 0 | 35 | C | F | 139 | 3D | 3F |
| Octal | 332 | 146 | 300 | 0 | 65 | 14 | 17 | 471 | 75 | 77 |
| Binary | 11011010 | 1100110 | 11000000 | 0 | 110101 | 1100 | 1111 | 100111001 | 111101 | 111111 |
Color Harmonies of #DA66C0
Complementary color
Monochromatic Colors of #DA66C0
Black with #DA66C0
Text Example
Text Example
White with #DA66C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA66C0; }
p { color: rgb(218,102,192); }
H1.HeaderClassName
{
color: #DA66C0;
}
.AnyTagClassName
{
color: #DA66C0;
}
</style>
background-color css
<style>
a { background-color: #DA66C0; }
a { background-color: rgb(218,102,192); }
div.DivClassName
{
background-color: #DA66C0;
}
.BgClassName
{
background-color: #DA66C0;
}
</style>
border-color css
<style>
span { border-color: #DA66C0; }
span { border-color: rgb(218,102,192); }
td.TdClassName
{
border-color: #DA66C0;
}
.TagClassName
{
border-color: #DA66C0;
}
</style>