Shades of Medium Orchid #C162CB
Tints of Medium Orchid #C162CB
RGB
CMYK
RGB Variations
Color information
#C162CB (or 0xC162CB) is known color: Medium Orchid. HEX triplet: C1, 62 and CB. RGB value is (193,98,203). Sum of RGB (Red+Green+Blue) = 193+98+203=494 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.07% from 494); Green value is 98 (38.67% from 255 or 19.84% from 494); Blue value is 203 (79.69% from 255 or 41.09% from 494); Max value from RGB is 203 - color contains mainly: blue. Hex color #C162CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C162CB is #3E9D34. Grayscale: #8A8A8A. Windows color (decimal): -4103477 or 13329089. OLE color: 13329089.
HSL color Cylindrical-coordinate representation of color #C162CB: hue angle of 294.29º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C162CB is Cyan = 0.05, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 193 | 98 | 203 | - |
| CMYK | 0.05 | 0.52 | 0 | 0.20 |
| HSL | 294.29º | 0.5% | 0.59% | - |
| HSV(B) | 294.29º | 0.52% | 0.8% | - |
| XYZ | 37.14 | 24.38 | 59.25 | - |
| YUV | 138.38 | 164.47 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 98 | 203 | 0.05 | 0.52 | 0 | 0.20 | 294.29 | 0.5 | 0.59 |
| Hex | C1 | 62 | CB | 5 | 34 | 0 | 14 | 126 | 32 | 3B |
| Octal | 301 | 142 | 313 | 5 | 64 | 0 | 24 | 446 | 62 | 73 |
| Binary | 11000001 | 1100010 | 11001011 | 101 | 110100 | 0 | 10100 | 100100110 | 110010 | 111011 |
Color Harmonies of #C162CB
Complementary color
Monochromatic Colors of #C162CB
Black with #C162CB
Text Example
Text Example
White with #C162CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C162CB; }
p { color: rgb(193,98,203); }
H1.HeaderClassName
{
color: #C162CB;
}
.AnyTagClassName
{
color: #C162CB;
}
</style>
background-color css
<style>
a { background-color: #C162CB; }
a { background-color: rgb(193,98,203); }
div.DivClassName
{
background-color: #C162CB;
}
.BgClassName
{
background-color: #C162CB;
}
</style>
border-color css
<style>
span { border-color: #C162CB; }
span { border-color: rgb(193,98,203); }
td.TdClassName
{
border-color: #C162CB;
}
.TagClassName
{
border-color: #C162CB;
}
</style>