Shades of Orchid #DA6FDE
Tints of Orchid #DA6FDE
RGB
CMYK
RGB Variations
Color information
#DA6FDE (or 0xDA6FDE) is known color: Orchid. HEX triplet: DA, 6F and DE. RGB value is (218,111,222). Sum of RGB (Red+Green+Blue) = 218+111+222=551 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.56% from 551); Green value is 111 (43.75% from 255 or 20.15% from 551); Blue value is 222 (87.11% from 255 or 40.29% from 551); Max value from RGB is 222 - color contains mainly: blue. Hex color #DA6FDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6FDE is #259021. Grayscale: #9B9B9B. Windows color (decimal): -2461730 or 14577626. OLE color: 14577626.
HSL color Cylindrical-coordinate representation of color #DA6FDE: hue angle of 297.84º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DA6FDE is Cyan = 0.02, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 111 | 222 | - |
| CMYK | 0.02 | 0.5 | 0 | 0.13 |
| HSL | 297.84º | 0.63% | 0.65% | - |
| HSV(B) | 297.84º | 0.5% | 0.87% | - |
| XYZ | 47.78 | 31.55 | 72.68 | - |
| YUV | 155.65 | 165.45 | 172.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 111 | 222 | 0.02 | 0.5 | 0 | 0.13 | 297.84 | 0.63 | 0.65 |
| Hex | DA | 6F | DE | 2 | 32 | 0 | D | 12A | 3F | 41 |
| Octal | 332 | 157 | 336 | 2 | 62 | 0 | 15 | 452 | 77 | 101 |
| Binary | 11011010 | 1101111 | 11011110 | 10 | 110010 | 0 | 1101 | 100101010 | 111111 | 1000001 |
Color Harmonies of #DA6FDE
Complementary color
Monochromatic Colors of #DA6FDE
Black with #DA6FDE
Text Example
Text Example
White with #DA6FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6FDE; }
p { color: rgb(218,111,222); }
H1.HeaderClassName
{
color: #DA6FDE;
}
.AnyTagClassName
{
color: #DA6FDE;
}
</style>
background-color css
<style>
a { background-color: #DA6FDE; }
a { background-color: rgb(218,111,222); }
div.DivClassName
{
background-color: #DA6FDE;
}
.BgClassName
{
background-color: #DA6FDE;
}
</style>
border-color css
<style>
span { border-color: #DA6FDE; }
span { border-color: rgb(218,111,222); }
td.TdClassName
{
border-color: #DA6FDE;
}
.TagClassName
{
border-color: #DA6FDE;
}
</style>