Shades of Orchid #DA6FDC
Tints of Orchid #DA6FDC
RGB
CMYK
RGB Variations
Color information
#DA6FDC (or 0xDA6FDC) is known color: Orchid. HEX triplet: DA, 6F and DC. RGB value is (218,111,220). Sum of RGB (Red+Green+Blue) = 218+111+220=549 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.71% from 549); Green value is 111 (43.75% from 255 or 20.22% from 549); Blue value is 220 (86.33% from 255 or 40.07% from 549); Max value from RGB is 220 - color contains mainly: blue. Hex color #DA6FDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6FDC is #259023. Grayscale: #9B9B9B. Windows color (decimal): -2461732 or 14446554. OLE color: 14446554.
HSL color Cylindrical-coordinate representation of color #DA6FDC: hue angle of 298.9º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DA6FDC is Cyan = 0.01, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 111 | 220 | - |
| CMYK | 0.01 | 0.50 | 0 | 0.14 |
| HSL | 298.9º | 0.61% | 0.65% | - |
| HSV(B) | 298.9º | 0.5% | 0.86% | - |
| XYZ | 47.52 | 31.44 | 71.27 | - |
| YUV | 155.42 | 164.45 | 172.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 111 | 220 | 0.01 | 0.50 | 0 | 0.14 | 298.9 | 0.61 | 0.65 |
| Hex | DA | 6F | DC | 1 | 32 | 0 | E | 12B | 3D | 41 |
| Octal | 332 | 157 | 334 | 1 | 62 | 0 | 16 | 453 | 75 | 101 |
| Binary | 11011010 | 1101111 | 11011100 | 1 | 110010 | 0 | 1110 | 100101011 | 111101 | 1000001 |
Color Harmonies of #DA6FDC
Complementary color
Monochromatic Colors of #DA6FDC
Black with #DA6FDC
Text Example
Text Example
White with #DA6FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6FDC; }
p { color: rgb(218,111,220); }
H1.HeaderClassName
{
color: #DA6FDC;
}
.AnyTagClassName
{
color: #DA6FDC;
}
</style>
background-color css
<style>
a { background-color: #DA6FDC; }
a { background-color: rgb(218,111,220); }
div.DivClassName
{
background-color: #DA6FDC;
}
.BgClassName
{
background-color: #DA6FDC;
}
</style>
border-color css
<style>
span { border-color: #DA6FDC; }
span { border-color: rgb(218,111,220); }
td.TdClassName
{
border-color: #DA6FDC;
}
.TagClassName
{
border-color: #DA6FDC;
}
</style>