Shades of Medium Orchid #C165EF
Tints of Medium Orchid #C165EF
RGB
CMYK
RGB Variations
Color information
#C165EF (or 0xC165EF) is known color: Medium Orchid. HEX triplet: C1, 65 and EF. RGB value is (193,101,239). Sum of RGB (Red+Green+Blue) = 193+101+239=533 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.21% from 533); Green value is 101 (39.84% from 255 or 18.95% from 533); Blue value is 239 (93.75% from 255 or 44.84% from 533); Max value from RGB is 239 - color contains mainly: blue. Hex color #C165EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C165EF is #3E9A10. Grayscale: #8F8F8F. Windows color (decimal): -4102673 or 15689153. OLE color: 15689153.
HSL color Cylindrical-coordinate representation of color #C165EF: hue angle of 280º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C165EF is Cyan = 0.19, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 193 | 101 | 239 | - |
| CMYK | 0.19 | 0.58 | 0 | 0.06 |
| HSL | 280º | 0.81% | 0.67% | - |
| HSV(B) | 280º | 0.58% | 0.94% | - |
| XYZ | 42.23 | 26.88 | 84.62 | - |
| YUV | 144.24 | 181.48 | 162.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 101 | 239 | 0.19 | 0.58 | 0 | 0.06 | 280 | 0.81 | 0.67 |
| Hex | C1 | 65 | EF | 13 | 3A | 0 | 6 | 118 | 51 | 43 |
| Octal | 301 | 145 | 357 | 23 | 72 | 0 | 6 | 430 | 121 | 103 |
| Binary | 11000001 | 1100101 | 11101111 | 10011 | 111010 | 0 | 110 | 100011000 | 1010001 | 1000011 |
Color Harmonies of #C165EF
Complementary color
Monochromatic Colors of #C165EF
Black with #C165EF
Text Example
Text Example
White with #C165EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C165EF; }
p { color: rgb(193,101,239); }
H1.HeaderClassName
{
color: #C165EF;
}
.AnyTagClassName
{
color: #C165EF;
}
</style>
background-color css
<style>
a { background-color: #C165EF; }
a { background-color: rgb(193,101,239); }
div.DivClassName
{
background-color: #C165EF;
}
.BgClassName
{
background-color: #C165EF;
}
</style>
border-color css
<style>
span { border-color: #C165EF; }
span { border-color: rgb(193,101,239); }
td.TdClassName
{
border-color: #C165EF;
}
.TagClassName
{
border-color: #C165EF;
}
</style>