Shades of Medium Orchid #C168DC
Tints of Medium Orchid #C168DC
RGB
CMYK
RGB Variations
Color information
#C168DC (or 0xC168DC) is known color: Medium Orchid. HEX triplet: C1, 68 and DC. RGB value is (193,104,220). Sum of RGB (Red+Green+Blue) = 193+104+220=517 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.33% from 517); Green value is 104 (41.02% from 255 or 20.12% from 517); Blue value is 220 (86.33% from 255 or 42.55% from 517); Max value from RGB is 220 - color contains mainly: blue. Hex color #C168DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C168DC is #3E9723. Grayscale: #8F8F8F. Windows color (decimal): -4101924 or 14444737. OLE color: 14444737.
HSL color Cylindrical-coordinate representation of color #C168DC: hue angle of 286.03º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C168DC is Cyan = 0.12, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 104 | 220 | - |
| CMYK | 0.12 | 0.53 | 0 | 0.14 |
| HSL | 286.03º | 0.62% | 0.64% | - |
| HSV(B) | 286.03º | 0.53% | 0.86% | - |
| XYZ | 39.86 | 26.41 | 70.71 | - |
| YUV | 143.84 | 170.99 | 163.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 104 | 220 | 0.12 | 0.53 | 0 | 0.14 | 286.03 | 0.62 | 0.64 |
| Hex | C1 | 68 | DC | C | 35 | 0 | E | 11E | 3E | 40 |
| Octal | 301 | 150 | 334 | 14 | 65 | 0 | 16 | 436 | 76 | 100 |
| Binary | 11000001 | 1101000 | 11011100 | 1100 | 110101 | 0 | 1110 | 100011110 | 111110 | 1000000 |
Color Harmonies of #C168DC
Complementary color
Monochromatic Colors of #C168DC
Black with #C168DC
Text Example
Text Example
White with #C168DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C168DC; }
p { color: rgb(193,104,220); }
H1.HeaderClassName
{
color: #C168DC;
}
.AnyTagClassName
{
color: #C168DC;
}
</style>
background-color css
<style>
a { background-color: #C168DC; }
a { background-color: rgb(193,104,220); }
div.DivClassName
{
background-color: #C168DC;
}
.BgClassName
{
background-color: #C168DC;
}
</style>
border-color css
<style>
span { border-color: #C168DC; }
span { border-color: rgb(193,104,220); }
td.TdClassName
{
border-color: #C168DC;
}
.TagClassName
{
border-color: #C168DC;
}
</style>