Shades of Medium Orchid #C162EE
Tints of Medium Orchid #C162EE
RGB
CMYK
RGB Variations
Color information
#C162EE (or 0xC162EE) is known color: Medium Orchid. HEX triplet: C1, 62 and EE. RGB value is (193,98,238). Sum of RGB (Red+Green+Blue) = 193+98+238=529 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.48% from 529); Green value is 98 (38.67% from 255 or 18.53% from 529); Blue value is 238 (93.36% from 255 or 44.99% from 529); Max value from RGB is 238 - color contains mainly: blue. Hex color #C162EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C162EE is #3E9D11. Grayscale: #8D8D8D. Windows color (decimal): -4103442 or 15622849. OLE color: 15622849.
HSL color Cylindrical-coordinate representation of color #C162EE: hue angle of 280.71º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C162EE is Cyan = 0.19, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 98 | 238 | - |
| CMYK | 0.19 | 0.59 | 0 | 0.07 |
| HSL | 280.71º | 0.8% | 0.66% | - |
| HSV(B) | 280.71º | 0.59% | 0.93% | - |
| XYZ | 41.79 | 26.25 | 83.75 | - |
| YUV | 142.37 | 181.97 | 164.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 98 | 238 | 0.19 | 0.59 | 0 | 0.07 | 280.71 | 0.8 | 0.66 |
| Hex | C1 | 62 | EE | 13 | 3B | 0 | 7 | 119 | 50 | 42 |
| Octal | 301 | 142 | 356 | 23 | 73 | 0 | 7 | 431 | 120 | 102 |
| Binary | 11000001 | 1100010 | 11101110 | 10011 | 111011 | 0 | 111 | 100011001 | 1010000 | 1000010 |
Color Harmonies of #C162EE
Complementary color
Monochromatic Colors of #C162EE
Black with #C162EE
Text Example
Text Example
White with #C162EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C162EE; }
p { color: rgb(193,98,238); }
H1.HeaderClassName
{
color: #C162EE;
}
.AnyTagClassName
{
color: #C162EE;
}
</style>
background-color css
<style>
a { background-color: #C162EE; }
a { background-color: rgb(193,98,238); }
div.DivClassName
{
background-color: #C162EE;
}
.BgClassName
{
background-color: #C162EE;
}
</style>
border-color css
<style>
span { border-color: #C162EE; }
span { border-color: rgb(193,98,238); }
td.TdClassName
{
border-color: #C162EE;
}
.TagClassName
{
border-color: #C162EE;
}
</style>