Shades of Medium Orchid #C160DC
Tints of Medium Orchid #C160DC
RGB
CMYK
RGB Variations
Color information
#C160DC (or 0xC160DC) is known color: Medium Orchid. HEX triplet: C1, 60 and DC. RGB value is (193,96,220). Sum of RGB (Red+Green+Blue) = 193+96+220=509 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.92% from 509); Green value is 96 (37.89% from 255 or 18.86% from 509); Blue value is 220 (86.33% from 255 or 43.22% from 509); Max value from RGB is 220 - color contains mainly: blue. Hex color #C160DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C160DC is #3E9F23. Grayscale: #8A8A8A. Windows color (decimal): -4103972 or 14442689. OLE color: 14442689.
HSL color Cylindrical-coordinate representation of color #C160DC: hue angle of 286.94º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C160DC is Cyan = 0.12, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 96 | 220 | - |
| CMYK | 0.12 | 0.56 | 0 | 0.14 |
| HSL | 286.94º | 0.64% | 0.62% | - |
| HSV(B) | 286.94º | 0.56% | 0.86% | - |
| XYZ | 39.09 | 24.87 | 70.45 | - |
| YUV | 139.14 | 173.64 | 166.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 96 | 220 | 0.12 | 0.56 | 0 | 0.14 | 286.94 | 0.64 | 0.62 |
| Hex | C1 | 60 | DC | C | 38 | 0 | E | 11F | 40 | 3E |
| Octal | 301 | 140 | 334 | 14 | 70 | 0 | 16 | 437 | 100 | 76 |
| Binary | 11000001 | 1100000 | 11011100 | 1100 | 111000 | 0 | 1110 | 100011111 | 1000000 | 111110 |
Color Harmonies of #C160DC
Complementary color
Monochromatic Colors of #C160DC
Black with #C160DC
Text Example
Text Example
White with #C160DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C160DC; }
p { color: rgb(193,96,220); }
H1.HeaderClassName
{
color: #C160DC;
}
.AnyTagClassName
{
color: #C160DC;
}
</style>
background-color css
<style>
a { background-color: #C160DC; }
a { background-color: rgb(193,96,220); }
div.DivClassName
{
background-color: #C160DC;
}
.BgClassName
{
background-color: #C160DC;
}
</style>
border-color css
<style>
span { border-color: #C160DC; }
span { border-color: rgb(193,96,220); }
td.TdClassName
{
border-color: #C160DC;
}
.TagClassName
{
border-color: #C160DC;
}
</style>