Shades of Orchid #DC6FD1
Tints of Orchid #DC6FD1
RGB
CMYK
RGB Variations
Color information
#DC6FD1 (or 0xDC6FD1) is known color: Orchid. HEX triplet: DC, 6F and D1. RGB value is (220,111,209). Sum of RGB (Red+Green+Blue) = 220+111+209=540 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.74% from 540); Green value is 111 (43.75% from 255 or 20.56% from 540); Blue value is 209 (82.03% from 255 or 38.70% from 540); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6FD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6FD1 is #23902E. Grayscale: #9A9A9A. Windows color (decimal): -2330671 or 13725660. OLE color: 13725660.
HSL color Cylindrical-coordinate representation of color #DC6FD1: hue angle of 306.06º 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 #DC6FD1 is Cyan = 0, Magento = 0.50, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 111 | 209 | - |
| CMYK | 0 | 0.50 | 0.05 | 0.14 |
| HSL | 306.06º | 0.61% | 0.65% | - |
| HSV(B) | 306.06º | 0.5% | 0.86% | - |
| XYZ | 46.71 | 31.19 | 63.88 | - |
| YUV | 154.76 | 158.61 | 174.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 111 | 209 | 0 | 0.50 | 0.05 | 0.14 | 306.06 | 0.61 | 0.65 |
| Hex | DC | 6F | D1 | 0 | 32 | 5 | E | 132 | 3D | 41 |
| Octal | 334 | 157 | 321 | 0 | 62 | 5 | 16 | 462 | 75 | 101 |
| Binary | 11011100 | 1101111 | 11010001 | 0 | 110010 | 101 | 1110 | 100110010 | 111101 | 1000001 |
Color Harmonies of #DC6FD1
Complementary color
Monochromatic Colors of #DC6FD1
Black with #DC6FD1
Text Example
Text Example
White with #DC6FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6FD1; }
p { color: rgb(220,111,209); }
H1.HeaderClassName
{
color: #DC6FD1;
}
.AnyTagClassName
{
color: #DC6FD1;
}
</style>
background-color css
<style>
a { background-color: #DC6FD1; }
a { background-color: rgb(220,111,209); }
div.DivClassName
{
background-color: #DC6FD1;
}
.BgClassName
{
background-color: #DC6FD1;
}
</style>
border-color css
<style>
span { border-color: #DC6FD1; }
span { border-color: rgb(220,111,209); }
td.TdClassName
{
border-color: #DC6FD1;
}
.TagClassName
{
border-color: #DC6FD1;
}
</style>