Shades of Medium Orchid #C168DF
Tints of Medium Orchid #C168DF
RGB
CMYK
RGB Variations
Color information
#C168DF (or 0xC168DF) is known color: Medium Orchid. HEX triplet: C1, 68 and DF. RGB value is (193,104,223). Sum of RGB (Red+Green+Blue) = 193+104+223=520 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.12% from 520); Green value is 104 (41.02% from 255 or 20% from 520); Blue value is 223 (87.5% from 255 or 42.88% from 520); Max value from RGB is 223 - color contains mainly: blue. Hex color #C168DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C168DF is #3E9720. Grayscale: #8F8F8F. Windows color (decimal): -4101921 or 14641345. OLE color: 14641345.
HSL color Cylindrical-coordinate representation of color #C168DF: hue angle of 284.87º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C168DF is Cyan = 0.13, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 104 | 223 | - |
| CMYK | 0.13 | 0.53 | 0 | 0.13 |
| HSL | 284.87º | 0.65% | 0.64% | - |
| HSV(B) | 284.87º | 0.53% | 0.87% | - |
| XYZ | 40.26 | 26.57 | 72.82 | - |
| YUV | 144.18 | 172.49 | 162.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 104 | 223 | 0.13 | 0.53 | 0 | 0.13 | 284.87 | 0.65 | 0.64 |
| Hex | C1 | 68 | DF | D | 35 | 0 | D | 11D | 41 | 40 |
| Octal | 301 | 150 | 337 | 15 | 65 | 0 | 15 | 435 | 101 | 100 |
| Binary | 11000001 | 1101000 | 11011111 | 1101 | 110101 | 0 | 1101 | 100011101 | 1000001 | 1000000 |
Color Harmonies of #C168DF
Complementary color
Monochromatic Colors of #C168DF
Black with #C168DF
Text Example
Text Example
White with #C168DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C168DF; }
p { color: rgb(193,104,223); }
H1.HeaderClassName
{
color: #C168DF;
}
.AnyTagClassName
{
color: #C168DF;
}
</style>
background-color css
<style>
a { background-color: #C168DF; }
a { background-color: rgb(193,104,223); }
div.DivClassName
{
background-color: #C168DF;
}
.BgClassName
{
background-color: #C168DF;
}
</style>
border-color css
<style>
span { border-color: #C168DF; }
span { border-color: rgb(193,104,223); }
td.TdClassName
{
border-color: #C168DF;
}
.TagClassName
{
border-color: #C168DF;
}
</style>