Shades of Medium Orchid #C165EC
Tints of Medium Orchid #C165EC
RGB
CMYK
RGB Variations
Color information
#C165EC (or 0xC165EC) is known color: Medium Orchid. HEX triplet: C1, 65 and EC. RGB value is (193,101,236). Sum of RGB (Red+Green+Blue) = 193+101+236=530 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.42% from 530); Green value is 101 (39.84% from 255 or 19.06% from 530); Blue value is 236 (92.58% from 255 or 44.53% from 530); Max value from RGB is 236 - color contains mainly: blue. Hex color #C165EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C165EC is #3E9A13. Grayscale: #8F8F8F. Windows color (decimal): -4102676 or 15492545. OLE color: 15492545.
HSL color Cylindrical-coordinate representation of color #C165EC: hue angle of 280.89º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C165EC is Cyan = 0.18, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 101 | 236 | - |
| CMYK | 0.18 | 0.57 | 0 | 0.07 |
| HSL | 280.89º | 0.78% | 0.66% | - |
| HSV(B) | 280.89º | 0.57% | 0.93% | - |
| XYZ | 41.79 | 26.7 | 82.31 | - |
| YUV | 143.9 | 179.98 | 163.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 101 | 236 | 0.18 | 0.57 | 0 | 0.07 | 280.89 | 0.78 | 0.66 |
| Hex | C1 | 65 | EC | 12 | 39 | 0 | 7 | 119 | 4E | 42 |
| Octal | 301 | 145 | 354 | 22 | 71 | 0 | 7 | 431 | 116 | 102 |
| Binary | 11000001 | 1100101 | 11101100 | 10010 | 111001 | 0 | 111 | 100011001 | 1001110 | 1000010 |
Color Harmonies of #C165EC
Complementary color
Monochromatic Colors of #C165EC
Black with #C165EC
Text Example
Text Example
White with #C165EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C165EC; }
p { color: rgb(193,101,236); }
H1.HeaderClassName
{
color: #C165EC;
}
.AnyTagClassName
{
color: #C165EC;
}
</style>
background-color css
<style>
a { background-color: #C165EC; }
a { background-color: rgb(193,101,236); }
div.DivClassName
{
background-color: #C165EC;
}
.BgClassName
{
background-color: #C165EC;
}
</style>
border-color css
<style>
span { border-color: #C165EC; }
span { border-color: rgb(193,101,236); }
td.TdClassName
{
border-color: #C165EC;
}
.TagClassName
{
border-color: #C165EC;
}
</style>