Shades of Orchid #DA66C1
Tints of Orchid #DA66C1
RGB
CMYK
RGB Variations
Color information
#DA66C1 (or 0xDA66C1) is known color: Orchid. HEX triplet: DA, 66 and C1. RGB value is (218,102,193). Sum of RGB (Red+Green+Blue) = 218+102+193=513 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.50% from 513); Green value is 102 (40.23% from 255 or 19.88% from 513); Blue value is 193 (75.78% from 255 or 37.62% from 513); Max value from RGB is 218 - color contains mainly: red. Hex color #DA66C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA66C1 is #25993E. Grayscale: #929292. Windows color (decimal): -2464063 or 12674778. OLE color: 12674778.
HSL color Cylindrical-coordinate representation of color #DA66C1: hue angle of 312.93º 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 #DA66C1 is Cyan = 0, Magento = 0.53, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 102 | 193 | - |
| CMYK | 0 | 0.53 | 0.11 | 0.15 |
| HSL | 312.93º | 0.61% | 0.63% | - |
| HSV(B) | 312.93º | 0.53% | 0.85% | - |
| XYZ | 43.29 | 28.26 | 53.62 | - |
| YUV | 147.06 | 153.93 | 178.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 102 | 193 | 0 | 0.53 | 0.11 | 0.15 | 312.93 | 0.61 | 0.63 |
| Hex | DA | 66 | C1 | 0 | 35 | B | F | 139 | 3D | 3F |
| Octal | 332 | 146 | 301 | 0 | 65 | 13 | 17 | 471 | 75 | 77 |
| Binary | 11011010 | 1100110 | 11000001 | 0 | 110101 | 1011 | 1111 | 100111001 | 111101 | 111111 |
Color Harmonies of #DA66C1
Complementary color
Monochromatic Colors of #DA66C1
Black with #DA66C1
Text Example
Text Example
White with #DA66C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA66C1; }
p { color: rgb(218,102,193); }
H1.HeaderClassName
{
color: #DA66C1;
}
.AnyTagClassName
{
color: #DA66C1;
}
</style>
background-color css
<style>
a { background-color: #DA66C1; }
a { background-color: rgb(218,102,193); }
div.DivClassName
{
background-color: #DA66C1;
}
.BgClassName
{
background-color: #DA66C1;
}
</style>
border-color css
<style>
span { border-color: #DA66C1; }
span { border-color: rgb(218,102,193); }
td.TdClassName
{
border-color: #DA66C1;
}
.TagClassName
{
border-color: #DA66C1;
}
</style>