Shades of Orchid #DA66CF
Tints of Orchid #DA66CF
RGB
CMYK
RGB Variations
Color information
#DA66CF (or 0xDA66CF) is known color: Orchid. HEX triplet: DA, 66 and CF. RGB value is (218,102,207). Sum of RGB (Red+Green+Blue) = 218+102+207=527 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.37% from 527); Green value is 102 (40.23% from 255 or 19.35% from 527); Blue value is 207 (81.25% from 255 or 39.28% from 527); Max value from RGB is 218 - color contains mainly: red. Hex color #DA66CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA66CF is #259930. Grayscale: #949494. Windows color (decimal): -2464049 or 13592282. OLE color: 13592282.
HSL color Cylindrical-coordinate representation of color #DA66CF: hue angle of 305.69º 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 #DA66CF is Cyan = 0, Magento = 0.53, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 102 | 207 | - |
| CMYK | 0 | 0.53 | 0.05 | 0.15 |
| HSL | 305.69º | 0.61% | 0.63% | - |
| HSV(B) | 305.69º | 0.53% | 0.85% | - |
| XYZ | 44.93 | 28.91 | 62.24 | - |
| YUV | 148.65 | 160.93 | 177.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 102 | 207 | 0 | 0.53 | 0.05 | 0.15 | 305.69 | 0.61 | 0.63 |
| Hex | DA | 66 | CF | 0 | 35 | 5 | F | 132 | 3D | 3F |
| Octal | 332 | 146 | 317 | 0 | 65 | 5 | 17 | 462 | 75 | 77 |
| Binary | 11011010 | 1100110 | 11001111 | 0 | 110101 | 101 | 1111 | 100110010 | 111101 | 111111 |
Color Harmonies of #DA66CF
Complementary color
Monochromatic Colors of #DA66CF
Black with #DA66CF
Text Example
Text Example
White with #DA66CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA66CF; }
p { color: rgb(218,102,207); }
H1.HeaderClassName
{
color: #DA66CF;
}
.AnyTagClassName
{
color: #DA66CF;
}
</style>
background-color css
<style>
a { background-color: #DA66CF; }
a { background-color: rgb(218,102,207); }
div.DivClassName
{
background-color: #DA66CF;
}
.BgClassName
{
background-color: #DA66CF;
}
</style>
border-color css
<style>
span { border-color: #DA66CF; }
span { border-color: rgb(218,102,207); }
td.TdClassName
{
border-color: #DA66CF;
}
.TagClassName
{
border-color: #DA66CF;
}
</style>