Shades of Medium Orchid #C162D1
Tints of Medium Orchid #C162D1
RGB
CMYK
RGB Variations
Color information
#C162D1 (or 0xC162D1) is known color: Medium Orchid. HEX triplet: C1, 62 and D1. RGB value is (193,98,209). Sum of RGB (Red+Green+Blue) = 193+98+209=500 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.6% from 500); Green value is 98 (38.67% from 255 or 19.6% from 500); Blue value is 209 (82.03% from 255 or 41.8% from 500); Max value from RGB is 209 - color contains mainly: blue. Hex color #C162D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C162D1 is #3E9D2E. Grayscale: #8A8A8A. Windows color (decimal): -4103471 or 13722305. OLE color: 13722305.
HSL color Cylindrical-coordinate representation of color #C162D1: hue angle of 291.35º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C162D1 is Cyan = 0.08, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 193 | 98 | 209 | - |
| CMYK | 0.08 | 0.53 | 0 | 0.18 |
| HSL | 291.35º | 0.55% | 0.6% | - |
| HSV(B) | 291.35º | 0.53% | 0.82% | - |
| XYZ | 37.87 | 24.68 | 63.09 | - |
| YUV | 139.06 | 167.47 | 166.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 98 | 209 | 0.08 | 0.53 | 0 | 0.18 | 291.35 | 0.55 | 0.6 |
| Hex | C1 | 62 | D1 | 8 | 35 | 0 | 12 | 123 | 37 | 3C |
| Octal | 301 | 142 | 321 | 10 | 65 | 0 | 22 | 443 | 67 | 74 |
| Binary | 11000001 | 1100010 | 11010001 | 1000 | 110101 | 0 | 10010 | 100100011 | 110111 | 111100 |
Color Harmonies of #C162D1
Complementary color
Monochromatic Colors of #C162D1
Black with #C162D1
Text Example
Text Example
White with #C162D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C162D1; }
p { color: rgb(193,98,209); }
H1.HeaderClassName
{
color: #C162D1;
}
.AnyTagClassName
{
color: #C162D1;
}
</style>
background-color css
<style>
a { background-color: #C162D1; }
a { background-color: rgb(193,98,209); }
div.DivClassName
{
background-color: #C162D1;
}
.BgClassName
{
background-color: #C162D1;
}
</style>
border-color css
<style>
span { border-color: #C162D1; }
span { border-color: rgb(193,98,209); }
td.TdClassName
{
border-color: #C162D1;
}
.TagClassName
{
border-color: #C162D1;
}
</style>