Shades of Orchid #DC6FC3
Tints of Orchid #DC6FC3
RGB
CMYK
RGB Variations
Color information
#DC6FC3 (or 0xDC6FC3) is known color: Orchid. HEX triplet: DC, 6F and C3. RGB value is (220,111,195). Sum of RGB (Red+Green+Blue) = 220+111+195=526 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.83% from 526); Green value is 111 (43.75% from 255 or 21.10% from 526); Blue value is 195 (76.56% from 255 or 37.07% from 526); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6FC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6FC3 is #23903C. Grayscale: #989898. Windows color (decimal): -2330685 or 12808156. OLE color: 12808156.
HSL color Cylindrical-coordinate representation of color #DC6FC3: hue angle of 313.76º 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 #DC6FC3 is Cyan = 0, Magento = 0.50, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 111 | 195 | - |
| CMYK | 0 | 0.50 | 0.11 | 0.14 |
| HSL | 313.76º | 0.61% | 0.65% | - |
| HSV(B) | 313.76º | 0.5% | 0.86% | - |
| XYZ | 45.05 | 30.52 | 55.15 | - |
| YUV | 153.17 | 151.61 | 175.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 111 | 195 | 0 | 0.50 | 0.11 | 0.14 | 313.76 | 0.61 | 0.65 |
| Hex | DC | 6F | C3 | 0 | 32 | B | E | 13A | 3D | 41 |
| Octal | 334 | 157 | 303 | 0 | 62 | 13 | 16 | 472 | 75 | 101 |
| Binary | 11011100 | 1101111 | 11000011 | 0 | 110010 | 1011 | 1110 | 100111010 | 111101 | 1000001 |
Color Harmonies of #DC6FC3
Complementary color
Monochromatic Colors of #DC6FC3
Black with #DC6FC3
Text Example
Text Example
White with #DC6FC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6FC3; }
p { color: rgb(220,111,195); }
H1.HeaderClassName
{
color: #DC6FC3;
}
.AnyTagClassName
{
color: #DC6FC3;
}
</style>
background-color css
<style>
a { background-color: #DC6FC3; }
a { background-color: rgb(220,111,195); }
div.DivClassName
{
background-color: #DC6FC3;
}
.BgClassName
{
background-color: #DC6FC3;
}
</style>
border-color css
<style>
span { border-color: #DC6FC3; }
span { border-color: rgb(220,111,195); }
td.TdClassName
{
border-color: #DC6FC3;
}
.TagClassName
{
border-color: #DC6FC3;
}
</style>