Shades of Orchid #DA6FC8
Tints of Orchid #DA6FC8
RGB
CMYK
RGB Variations
Color information
#DA6FC8 (or 0xDA6FC8) is known color: Orchid. HEX triplet: DA, 6F and C8. RGB value is (218,111,200). Sum of RGB (Red+Green+Blue) = 218+111+200=529 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.21% from 529); Green value is 111 (43.75% from 255 or 20.98% from 529); Blue value is 200 (78.52% from 255 or 37.81% from 529); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6FC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6FC8 is #259037. Grayscale: #989898. Windows color (decimal): -2461752 or 13135834. OLE color: 13135834.
HSL color Cylindrical-coordinate representation of color #DA6FC8: hue angle of 310.09º 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 #DA6FC8 is Cyan = 0, Magento = 0.49, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 111 | 200 | - |
| CMYK | 0 | 0.49 | 0.08 | 0.15 |
| HSL | 310.09º | 0.59% | 0.65% | - |
| HSV(B) | 310.09º | 0.49% | 0.85% | - |
| XYZ | 45.02 | 30.44 | 58.15 | - |
| YUV | 153.14 | 154.45 | 174.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 111 | 200 | 0 | 0.49 | 0.08 | 0.15 | 310.09 | 0.59 | 0.65 |
| Hex | DA | 6F | C8 | 0 | 31 | 8 | F | 136 | 3B | 41 |
| Octal | 332 | 157 | 310 | 0 | 61 | 10 | 17 | 466 | 73 | 101 |
| Binary | 11011010 | 1101111 | 11001000 | 0 | 110001 | 1000 | 1111 | 100110110 | 111011 | 1000001 |
Color Harmonies of #DA6FC8
Complementary color
Monochromatic Colors of #DA6FC8
Black with #DA6FC8
Text Example
Text Example
White with #DA6FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6FC8; }
p { color: rgb(218,111,200); }
H1.HeaderClassName
{
color: #DA6FC8;
}
.AnyTagClassName
{
color: #DA6FC8;
}
</style>
background-color css
<style>
a { background-color: #DA6FC8; }
a { background-color: rgb(218,111,200); }
div.DivClassName
{
background-color: #DA6FC8;
}
.BgClassName
{
background-color: #DA6FC8;
}
</style>
border-color css
<style>
span { border-color: #DA6FC8; }
span { border-color: rgb(218,111,200); }
td.TdClassName
{
border-color: #DA6FC8;
}
.TagClassName
{
border-color: #DA6FC8;
}
</style>