Shades of Orchid #DA8ACF
Tints of Orchid #DA8ACF
RGB
CMYK
RGB Variations
Color information
#DA8ACF (or 0xDA8ACF) is known color: Orchid. HEX triplet: DA, 8A and CF. RGB value is (218,138,207). Sum of RGB (Red+Green+Blue) = 218+138+207=563 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.72% from 563); Green value is 138 (54.30% from 255 or 24.51% from 563); Blue value is 207 (81.25% from 255 or 36.77% from 563); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8ACF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA8ACF is #257530. Grayscale: #A9A9A9. Windows color (decimal): -2454833 or 13601498. OLE color: 13601498.
HSL color Cylindrical-coordinate representation of color #DA8ACF: hue angle of 308.25º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DA8ACF is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 138 | 207 | - |
| CMYK | 0 | 0.37 | 0.05 | 0.15 |
| HSL | 308.25º | 0.52% | 0.7% | - |
| HSV(B) | 308.25º | 0.37% | 0.85% | - |
| XYZ | 49.26 | 37.59 | 63.69 | - |
| YUV | 169.79 | 149 | 162.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 138 | 207 | 0 | 0.37 | 0.05 | 0.15 | 308.25 | 0.52 | 0.7 |
| Hex | DA | 8A | CF | 0 | 25 | 5 | F | 134 | 34 | 46 |
| Octal | 332 | 212 | 317 | 0 | 45 | 5 | 17 | 464 | 64 | 106 |
| Binary | 11011010 | 10001010 | 11001111 | 0 | 100101 | 101 | 1111 | 100110100 | 110100 | 1000110 |
Color Harmonies of #DA8ACF
Complementary color
Monochromatic Colors of #DA8ACF
Black with #DA8ACF
Text Example
Text Example
White with #DA8ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8ACF; }
p { color: rgb(218,138,207); }
H1.HeaderClassName
{
color: #DA8ACF;
}
.AnyTagClassName
{
color: #DA8ACF;
}
</style>
background-color css
<style>
a { background-color: #DA8ACF; }
a { background-color: rgb(218,138,207); }
div.DivClassName
{
background-color: #DA8ACF;
}
.BgClassName
{
background-color: #DA8ACF;
}
</style>
border-color css
<style>
span { border-color: #DA8ACF; }
span { border-color: rgb(218,138,207); }
td.TdClassName
{
border-color: #DA8ACF;
}
.TagClassName
{
border-color: #DA8ACF;
}
</style>