Shades of Medium Orchid #C168EF
Tints of Medium Orchid #C168EF
RGB
CMYK
RGB Variations
Color information
#C168EF (or 0xC168EF) is known color: Medium Orchid. HEX triplet: C1, 68 and EF. RGB value is (193,104,239). Sum of RGB (Red+Green+Blue) = 193+104+239=536 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.01% from 536); Green value is 104 (41.02% from 255 or 19.40% from 536); Blue value is 239 (93.75% from 255 or 44.59% from 536); Max value from RGB is 239 - color contains mainly: blue. Hex color #C168EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C168EF is #3E9710. Grayscale: #919191. Windows color (decimal): -4101905 or 15689921. OLE color: 15689921.
HSL color Cylindrical-coordinate representation of color #C168EF: hue angle of 279.56º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C168EF is Cyan = 0.19, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 193 | 104 | 239 | - |
| CMYK | 0.19 | 0.56 | 0 | 0.06 |
| HSL | 279.56º | 0.81% | 0.67% | - |
| HSV(B) | 279.56º | 0.56% | 0.94% | - |
| XYZ | 42.52 | 27.47 | 84.72 | - |
| YUV | 146 | 180.49 | 161.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 104 | 239 | 0.19 | 0.56 | 0 | 0.06 | 279.56 | 0.81 | 0.67 |
| Hex | C1 | 68 | EF | 13 | 38 | 0 | 6 | 118 | 51 | 43 |
| Octal | 301 | 150 | 357 | 23 | 70 | 0 | 6 | 430 | 121 | 103 |
| Binary | 11000001 | 1101000 | 11101111 | 10011 | 111000 | 0 | 110 | 100011000 | 1010001 | 1000011 |
Color Harmonies of #C168EF
Complementary color
Monochromatic Colors of #C168EF
Black with #C168EF
Text Example
Text Example
White with #C168EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C168EF; }
p { color: rgb(193,104,239); }
H1.HeaderClassName
{
color: #C168EF;
}
.AnyTagClassName
{
color: #C168EF;
}
</style>
background-color css
<style>
a { background-color: #C168EF; }
a { background-color: rgb(193,104,239); }
div.DivClassName
{
background-color: #C168EF;
}
.BgClassName
{
background-color: #C168EF;
}
</style>
border-color css
<style>
span { border-color: #C168EF; }
span { border-color: rgb(193,104,239); }
td.TdClassName
{
border-color: #C168EF;
}
.TagClassName
{
border-color: #C168EF;
}
</style>