Shades of Medium Orchid #C162DC
Tints of Medium Orchid #C162DC
RGB
CMYK
RGB Variations
Color information
#C162DC (or 0xC162DC) is known color: Medium Orchid. HEX triplet: C1, 62 and DC. RGB value is (193,98,220). Sum of RGB (Red+Green+Blue) = 193+98+220=511 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.77% from 511); Green value is 98 (38.67% from 255 or 19.18% from 511); Blue value is 220 (86.33% from 255 or 43.05% from 511); Max value from RGB is 220 - color contains mainly: blue. Hex color #C162DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C162DC is #3E9D23. Grayscale: #8B8B8B. Windows color (decimal): -4103460 or 14443201. OLE color: 14443201.
HSL color Cylindrical-coordinate representation of color #C162DC: hue angle of 286.72º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C162DC is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 98 | 220 | - |
| CMYK | 0.12 | 0.55 | 0 | 0.14 |
| HSL | 286.72º | 0.64% | 0.62% | - |
| HSV(B) | 286.72º | 0.55% | 0.86% | - |
| XYZ | 39.28 | 25.24 | 70.51 | - |
| YUV | 140.31 | 172.97 | 165.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 98 | 220 | 0.12 | 0.55 | 0 | 0.14 | 286.72 | 0.64 | 0.62 |
| Hex | C1 | 62 | DC | C | 37 | 0 | E | 11F | 40 | 3E |
| Octal | 301 | 142 | 334 | 14 | 67 | 0 | 16 | 437 | 100 | 76 |
| Binary | 11000001 | 1100010 | 11011100 | 1100 | 110111 | 0 | 1110 | 100011111 | 1000000 | 111110 |
Color Harmonies of #C162DC
Complementary color
Monochromatic Colors of #C162DC
Black with #C162DC
Text Example
Text Example
White with #C162DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C162DC; }
p { color: rgb(193,98,220); }
H1.HeaderClassName
{
color: #C162DC;
}
.AnyTagClassName
{
color: #C162DC;
}
</style>
background-color css
<style>
a { background-color: #C162DC; }
a { background-color: rgb(193,98,220); }
div.DivClassName
{
background-color: #C162DC;
}
.BgClassName
{
background-color: #C162DC;
}
</style>
border-color css
<style>
span { border-color: #C162DC; }
span { border-color: rgb(193,98,220); }
td.TdClassName
{
border-color: #C162DC;
}
.TagClassName
{
border-color: #C162DC;
}
</style>