Shades of Orchid #DA66C5
Tints of Orchid #DA66C5
RGB
CMYK
RGB Variations
Color information
#DA66C5 (or 0xDA66C5) is known color: Orchid. HEX triplet: DA, 66 and C5. RGB value is (218,102,197). Sum of RGB (Red+Green+Blue) = 218+102+197=517 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.17% from 517); Green value is 102 (40.23% from 255 or 19.73% from 517); Blue value is 197 (77.34% from 255 or 38.10% from 517); Max value from RGB is 218 - color contains mainly: red. Hex color #DA66C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA66C5 is #25993A. Grayscale: #939393. Windows color (decimal): -2464059 or 12936922. OLE color: 12936922.
HSL color Cylindrical-coordinate representation of color #DA66C5: hue angle of 310.86º 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 #DA66C5 is Cyan = 0, Magento = 0.53, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 102 | 197 | - |
| CMYK | 0 | 0.53 | 0.10 | 0.15 |
| HSL | 310.86º | 0.61% | 0.63% | - |
| HSV(B) | 310.86º | 0.53% | 0.85% | - |
| XYZ | 43.74 | 28.44 | 56.01 | - |
| YUV | 147.51 | 155.93 | 178.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 102 | 197 | 0 | 0.53 | 0.10 | 0.15 | 310.86 | 0.61 | 0.63 |
| Hex | DA | 66 | C5 | 0 | 35 | A | F | 137 | 3D | 3F |
| Octal | 332 | 146 | 305 | 0 | 65 | 12 | 17 | 467 | 75 | 77 |
| Binary | 11011010 | 1100110 | 11000101 | 0 | 110101 | 1010 | 1111 | 100110111 | 111101 | 111111 |
Color Harmonies of #DA66C5
Complementary color
Monochromatic Colors of #DA66C5
Black with #DA66C5
Text Example
Text Example
White with #DA66C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA66C5; }
p { color: rgb(218,102,197); }
H1.HeaderClassName
{
color: #DA66C5;
}
.AnyTagClassName
{
color: #DA66C5;
}
</style>
background-color css
<style>
a { background-color: #DA66C5; }
a { background-color: rgb(218,102,197); }
div.DivClassName
{
background-color: #DA66C5;
}
.BgClassName
{
background-color: #DA66C5;
}
</style>
border-color css
<style>
span { border-color: #DA66C5; }
span { border-color: rgb(218,102,197); }
td.TdClassName
{
border-color: #DA66C5;
}
.TagClassName
{
border-color: #DA66C5;
}
</style>