Shades of Medium Orchid #C162F2
Tints of Medium Orchid #C162F2
RGB
CMYK
RGB Variations
Color information
#C162F2 (or 0xC162F2) is known color: Medium Orchid. HEX triplet: C1, 62 and F2. RGB value is (193,98,242). Sum of RGB (Red+Green+Blue) = 193+98+242=533 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.21% from 533); Green value is 98 (38.67% from 255 or 18.39% from 533); Blue value is 242 (94.92% from 255 or 45.40% from 533); Max value from RGB is 242 - color contains mainly: blue. Hex color #C162F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C162F2 is #3E9D0D. Grayscale: #8E8E8E. Windows color (decimal): -4103438 or 15884993. OLE color: 15884993.
HSL color Cylindrical-coordinate representation of color #C162F2: hue angle of 279.58º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C162F2 is Cyan = 0.20, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 193 | 98 | 242 | - |
| CMYK | 0.20 | 0.60 | 0 | 0.05 |
| HSL | 279.58º | 0.85% | 0.67% | - |
| HSV(B) | 279.58º | 0.6% | 0.95% | - |
| XYZ | 42.39 | 26.48 | 86.88 | - |
| YUV | 142.82 | 183.97 | 163.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 98 | 242 | 0.20 | 0.60 | 0 | 0.05 | 279.58 | 0.85 | 0.67 |
| Hex | C1 | 62 | F2 | 14 | 3C | 0 | 5 | 118 | 55 | 43 |
| Octal | 301 | 142 | 362 | 24 | 74 | 0 | 5 | 430 | 125 | 103 |
| Binary | 11000001 | 1100010 | 11110010 | 10100 | 111100 | 0 | 101 | 100011000 | 1010101 | 1000011 |
Color Harmonies of #C162F2
Complementary color
Monochromatic Colors of #C162F2
Black with #C162F2
Text Example
Text Example
White with #C162F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C162F2; }
p { color: rgb(193,98,242); }
H1.HeaderClassName
{
color: #C162F2;
}
.AnyTagClassName
{
color: #C162F2;
}
</style>
background-color css
<style>
a { background-color: #C162F2; }
a { background-color: rgb(193,98,242); }
div.DivClassName
{
background-color: #C162F2;
}
.BgClassName
{
background-color: #C162F2;
}
</style>
border-color css
<style>
span { border-color: #C162F2; }
span { border-color: rgb(193,98,242); }
td.TdClassName
{
border-color: #C162F2;
}
.TagClassName
{
border-color: #C162F2;
}
</style>