Shades of Orchid #DA6FD3
Tints of Orchid #DA6FD3
RGB
CMYK
RGB Variations
Color information
#DA6FD3 (or 0xDA6FD3) is known color: Orchid. HEX triplet: DA, 6F and D3. RGB value is (218,111,211). Sum of RGB (Red+Green+Blue) = 218+111+211=540 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.37% from 540); Green value is 111 (43.75% from 255 or 20.56% from 540); Blue value is 211 (82.81% from 255 or 39.07% from 540); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6FD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6FD3 is #25902C. Grayscale: #9A9A9A. Windows color (decimal): -2461741 or 13856730. OLE color: 13856730.
HSL color Cylindrical-coordinate representation of color #DA6FD3: hue angle of 303.93º 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 #DA6FD3 is Cyan = 0, Magento = 0.49, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 111 | 211 | - |
| CMYK | 0 | 0.49 | 0.03 | 0.15 |
| HSL | 303.93º | 0.59% | 0.65% | - |
| HSV(B) | 303.93º | 0.49% | 0.85% | - |
| XYZ | 46.36 | 30.98 | 65.16 | - |
| YUV | 154.39 | 159.95 | 173.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 111 | 211 | 0 | 0.49 | 0.03 | 0.15 | 303.93 | 0.59 | 0.65 |
| Hex | DA | 6F | D3 | 0 | 31 | 3 | F | 130 | 3B | 41 |
| Octal | 332 | 157 | 323 | 0 | 61 | 3 | 17 | 460 | 73 | 101 |
| Binary | 11011010 | 1101111 | 11010011 | 0 | 110001 | 11 | 1111 | 100110000 | 111011 | 1000001 |
Color Harmonies of #DA6FD3
Complementary color
Monochromatic Colors of #DA6FD3
Black with #DA6FD3
Text Example
Text Example
White with #DA6FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6FD3; }
p { color: rgb(218,111,211); }
H1.HeaderClassName
{
color: #DA6FD3;
}
.AnyTagClassName
{
color: #DA6FD3;
}
</style>
background-color css
<style>
a { background-color: #DA6FD3; }
a { background-color: rgb(218,111,211); }
div.DivClassName
{
background-color: #DA6FD3;
}
.BgClassName
{
background-color: #DA6FD3;
}
</style>
border-color css
<style>
span { border-color: #DA6FD3; }
span { border-color: rgb(218,111,211); }
td.TdClassName
{
border-color: #DA6FD3;
}
.TagClassName
{
border-color: #DA6FD3;
}
</style>