Shades of Medium Orchid #C162D4
Tints of Medium Orchid #C162D4
RGB
CMYK
RGB Variations
Color information
#C162D4 (or 0xC162D4) is known color: Medium Orchid. HEX triplet: C1, 62 and D4. RGB value is (193,98,212). Sum of RGB (Red+Green+Blue) = 193+98+212=503 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.37% from 503); Green value is 98 (38.67% from 255 or 19.48% from 503); Blue value is 212 (83.20% from 255 or 42.15% from 503); Max value from RGB is 212 - color contains mainly: blue. Hex color #C162D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C162D4 is #3E9D2B. Grayscale: #8B8B8B. Windows color (decimal): -4103468 or 13918913. OLE color: 13918913.
HSL color Cylindrical-coordinate representation of color #C162D4: hue angle of 290º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C162D4 is Cyan = 0.09, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 193 | 98 | 212 | - |
| CMYK | 0.09 | 0.54 | 0 | 0.17 |
| HSL | 290º | 0.57% | 0.61% | - |
| HSV(B) | 290º | 0.54% | 0.83% | - |
| XYZ | 38.24 | 24.83 | 65.06 | - |
| YUV | 139.4 | 168.97 | 166.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 98 | 212 | 0.09 | 0.54 | 0 | 0.17 | 290 | 0.57 | 0.61 |
| Hex | C1 | 62 | D4 | 9 | 36 | 0 | 11 | 122 | 39 | 3D |
| Octal | 301 | 142 | 324 | 11 | 66 | 0 | 21 | 442 | 71 | 75 |
| Binary | 11000001 | 1100010 | 11010100 | 1001 | 110110 | 0 | 10001 | 100100010 | 111001 | 111101 |
Color Harmonies of #C162D4
Complementary color
Monochromatic Colors of #C162D4
Black with #C162D4
Text Example
Text Example
White with #C162D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C162D4; }
p { color: rgb(193,98,212); }
H1.HeaderClassName
{
color: #C162D4;
}
.AnyTagClassName
{
color: #C162D4;
}
</style>
background-color css
<style>
a { background-color: #C162D4; }
a { background-color: rgb(193,98,212); }
div.DivClassName
{
background-color: #C162D4;
}
.BgClassName
{
background-color: #C162D4;
}
</style>
border-color css
<style>
span { border-color: #C162D4; }
span { border-color: rgb(193,98,212); }
td.TdClassName
{
border-color: #C162D4;
}
.TagClassName
{
border-color: #C162D4;
}
</style>