Shades of Orchid #DA6FC9
Tints of Orchid #DA6FC9
RGB
CMYK
RGB Variations
Color information
#DA6FC9 (or 0xDA6FC9) is known color: Orchid. HEX triplet: DA, 6F and C9. RGB value is (218,111,201). Sum of RGB (Red+Green+Blue) = 218+111+201=530 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.13% from 530); Green value is 111 (43.75% from 255 or 20.94% from 530); Blue value is 201 (78.91% from 255 or 37.92% from 530); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6FC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6FC9 is #259036. Grayscale: #999999. Windows color (decimal): -2461751 or 13201370. OLE color: 13201370.
HSL color Cylindrical-coordinate representation of color #DA6FC9: hue angle of 309.53º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DA6FC9 is Cyan = 0, Magento = 0.49, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 111 | 201 | - |
| CMYK | 0 | 0.49 | 0.08 | 0.15 |
| HSL | 309.53º | 0.59% | 0.65% | - |
| HSV(B) | 309.53º | 0.49% | 0.85% | - |
| XYZ | 45.14 | 30.49 | 58.76 | - |
| YUV | 153.25 | 154.95 | 174.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 111 | 201 | 0 | 0.49 | 0.08 | 0.15 | 309.53 | 0.59 | 0.65 |
| Hex | DA | 6F | C9 | 0 | 31 | 8 | F | 136 | 3B | 41 |
| Octal | 332 | 157 | 311 | 0 | 61 | 10 | 17 | 466 | 73 | 101 |
| Binary | 11011010 | 1101111 | 11001001 | 0 | 110001 | 1000 | 1111 | 100110110 | 111011 | 1000001 |
Color Harmonies of #DA6FC9
Complementary color
Monochromatic Colors of #DA6FC9
Black with #DA6FC9
Text Example
Text Example
White with #DA6FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6FC9; }
p { color: rgb(218,111,201); }
H1.HeaderClassName
{
color: #DA6FC9;
}
.AnyTagClassName
{
color: #DA6FC9;
}
</style>
background-color css
<style>
a { background-color: #DA6FC9; }
a { background-color: rgb(218,111,201); }
div.DivClassName
{
background-color: #DA6FC9;
}
.BgClassName
{
background-color: #DA6FC9;
}
</style>
border-color css
<style>
span { border-color: #DA6FC9; }
span { border-color: rgb(218,111,201); }
td.TdClassName
{
border-color: #DA6FC9;
}
.TagClassName
{
border-color: #DA6FC9;
}
</style>