Shades of Orchid #DC6FDE
Tints of Orchid #DC6FDE
RGB
CMYK
RGB Variations
Color information
#DC6FDE (or 0xDC6FDE) is known color: Orchid. HEX triplet: DC, 6F and DE. RGB value is (220,111,222). Sum of RGB (Red+Green+Blue) = 220+111+222=553 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.78% from 553); Green value is 111 (43.75% from 255 or 20.07% from 553); Blue value is 222 (87.11% from 255 or 40.14% from 553); Max value from RGB is 222 - color contains mainly: blue. Hex color #DC6FDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6FDE is #239021. Grayscale: #9B9B9B. Windows color (decimal): -2330658 or 14577628. OLE color: 14577628.
HSL color Cylindrical-coordinate representation of color #DC6FDE: hue angle of 298.92º 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 #DC6FDE is Cyan = 0.01, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 111 | 222 | - |
| CMYK | 0.01 | 0.5 | 0 | 0.13 |
| HSL | 298.92º | 0.63% | 0.65% | - |
| HSV(B) | 298.92º | 0.5% | 0.87% | - |
| XYZ | 48.38 | 31.86 | 72.71 | - |
| YUV | 156.25 | 165.11 | 173.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 111 | 222 | 0.01 | 0.5 | 0 | 0.13 | 298.92 | 0.63 | 0.65 |
| Hex | DC | 6F | DE | 1 | 32 | 0 | D | 12B | 3F | 41 |
| Octal | 334 | 157 | 336 | 1 | 62 | 0 | 15 | 453 | 77 | 101 |
| Binary | 11011100 | 1101111 | 11011110 | 1 | 110010 | 0 | 1101 | 100101011 | 111111 | 1000001 |
Color Harmonies of #DC6FDE
Complementary color
Monochromatic Colors of #DC6FDE
Black with #DC6FDE
Text Example
Text Example
White with #DC6FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6FDE; }
p { color: rgb(220,111,222); }
H1.HeaderClassName
{
color: #DC6FDE;
}
.AnyTagClassName
{
color: #DC6FDE;
}
</style>
background-color css
<style>
a { background-color: #DC6FDE; }
a { background-color: rgb(220,111,222); }
div.DivClassName
{
background-color: #DC6FDE;
}
.BgClassName
{
background-color: #DC6FDE;
}
</style>
border-color css
<style>
span { border-color: #DC6FDE; }
span { border-color: rgb(220,111,222); }
td.TdClassName
{
border-color: #DC6FDE;
}
.TagClassName
{
border-color: #DC6FDE;
}
</style>