Shades of Medium Orchid #C165F0
Tints of Medium Orchid #C165F0
RGB
CMYK
RGB Variations
Color information
#C165F0 (or 0xC165F0) is known color: Medium Orchid. HEX triplet: C1, 65 and F0. RGB value is (193,101,240). Sum of RGB (Red+Green+Blue) = 193+101+240=534 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.14% from 534); Green value is 101 (39.84% from 255 or 18.91% from 534); Blue value is 240 (94.14% from 255 or 44.94% from 534); Max value from RGB is 240 - color contains mainly: blue. Hex color #C165F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C165F0 is #3E9A0F. Grayscale: #8F8F8F. Windows color (decimal): -4102672 or 15754689. OLE color: 15754689.
HSL color Cylindrical-coordinate representation of color #C165F0: hue angle of 279.71º degrees, saturation: 0.82, 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 #C165F0 is Cyan = 0.20, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 193 | 101 | 240 | - |
| CMYK | 0.20 | 0.58 | 0 | 0.06 |
| HSL | 279.71º | 0.82% | 0.67% | - |
| HSV(B) | 279.71º | 0.58% | 0.94% | - |
| XYZ | 42.37 | 26.94 | 85.4 | - |
| YUV | 144.35 | 181.98 | 162.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 101 | 240 | 0.20 | 0.58 | 0 | 0.06 | 279.71 | 0.82 | 0.67 |
| Hex | C1 | 65 | F0 | 14 | 3A | 0 | 6 | 118 | 52 | 43 |
| Octal | 301 | 145 | 360 | 24 | 72 | 0 | 6 | 430 | 122 | 103 |
| Binary | 11000001 | 1100101 | 11110000 | 10100 | 111010 | 0 | 110 | 100011000 | 1010010 | 1000011 |
Color Harmonies of #C165F0
Complementary color
Monochromatic Colors of #C165F0
Black with #C165F0
Text Example
Text Example
White with #C165F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C165F0; }
p { color: rgb(193,101,240); }
H1.HeaderClassName
{
color: #C165F0;
}
.AnyTagClassName
{
color: #C165F0;
}
</style>
background-color css
<style>
a { background-color: #C165F0; }
a { background-color: rgb(193,101,240); }
div.DivClassName
{
background-color: #C165F0;
}
.BgClassName
{
background-color: #C165F0;
}
</style>
border-color css
<style>
span { border-color: #C165F0; }
span { border-color: rgb(193,101,240); }
td.TdClassName
{
border-color: #C165F0;
}
.TagClassName
{
border-color: #C165F0;
}
</style>