Shades of Orchid #DC6ADF
Tints of Orchid #DC6ADF
RGB
CMYK
RGB Variations
Color information
#DC6ADF (or 0xDC6ADF) is known color: Orchid. HEX triplet: DC, 6A and DF. RGB value is (220,106,223). Sum of RGB (Red+Green+Blue) = 220+106+223=549 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.07% from 549); Green value is 106 (41.80% from 255 or 19.31% from 549); Blue value is 223 (87.5% from 255 or 40.62% from 549); Max value from RGB is 223 - color contains mainly: blue. Hex color #DC6ADF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6ADF is #239520. Grayscale: #999999. Windows color (decimal): -2331937 or 14641884. OLE color: 14641884.
HSL color Cylindrical-coordinate representation of color #DC6ADF: hue angle of 298.46º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DC6ADF is Cyan = 0.01, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 106 | 223 | - |
| CMYK | 0.01 | 0.52 | 0 | 0.13 |
| HSL | 298.46º | 0.65% | 0.65% | - |
| HSV(B) | 298.46º | 0.52% | 0.87% | - |
| XYZ | 47.99 | 30.85 | 73.24 | - |
| YUV | 153.42 | 167.27 | 175.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 106 | 223 | 0.01 | 0.52 | 0 | 0.13 | 298.46 | 0.65 | 0.65 |
| Hex | DC | 6A | DF | 1 | 34 | 0 | D | 12A | 41 | 41 |
| Octal | 334 | 152 | 337 | 1 | 64 | 0 | 15 | 452 | 101 | 101 |
| Binary | 11011100 | 1101010 | 11011111 | 1 | 110100 | 0 | 1101 | 100101010 | 1000001 | 1000001 |
Color Harmonies of #DC6ADF
Complementary color
Monochromatic Colors of #DC6ADF
Black with #DC6ADF
Text Example
Text Example
White with #DC6ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6ADF; }
p { color: rgb(220,106,223); }
H1.HeaderClassName
{
color: #DC6ADF;
}
.AnyTagClassName
{
color: #DC6ADF;
}
</style>
background-color css
<style>
a { background-color: #DC6ADF; }
a { background-color: rgb(220,106,223); }
div.DivClassName
{
background-color: #DC6ADF;
}
.BgClassName
{
background-color: #DC6ADF;
}
</style>
border-color css
<style>
span { border-color: #DC6ADF; }
span { border-color: rgb(220,106,223); }
td.TdClassName
{
border-color: #DC6ADF;
}
.TagClassName
{
border-color: #DC6ADF;
}
</style>