Shades of Medium Orchid #C161ED
Tints of Medium Orchid #C161ED
RGB
CMYK
RGB Variations
Color information
#C161ED (or 0xC161ED) is known color: Medium Orchid. HEX triplet: C1, 61 and ED. RGB value is (193,97,237). Sum of RGB (Red+Green+Blue) = 193+97+237=527 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.62% from 527); Green value is 97 (38.28% from 255 or 18.41% from 527); Blue value is 237 (92.97% from 255 or 44.97% from 527); Max value from RGB is 237 - color contains mainly: blue. Hex color #C161ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C161ED is #3E9E12. Grayscale: #8D8D8D. Windows color (decimal): -4103699 or 15557057. OLE color: 15557057.
HSL color Cylindrical-coordinate representation of color #C161ED: hue angle of 281.14º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C161ED is Cyan = 0.19, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 97 | 237 | - |
| CMYK | 0.19 | 0.59 | 0 | 0.07 |
| HSL | 281.14º | 0.8% | 0.65% | - |
| HSV(B) | 281.14º | 0.59% | 0.93% | - |
| XYZ | 41.55 | 26 | 82.95 | - |
| YUV | 141.66 | 181.8 | 164.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 97 | 237 | 0.19 | 0.59 | 0 | 0.07 | 281.14 | 0.8 | 0.65 |
| Hex | C1 | 61 | ED | 13 | 3B | 0 | 7 | 119 | 50 | 41 |
| Octal | 301 | 141 | 355 | 23 | 73 | 0 | 7 | 431 | 120 | 101 |
| Binary | 11000001 | 1100001 | 11101101 | 10011 | 111011 | 0 | 111 | 100011001 | 1010000 | 1000001 |
Color Harmonies of #C161ED
Complementary color
Monochromatic Colors of #C161ED
Black with #C161ED
Text Example
Text Example
White with #C161ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C161ED; }
p { color: rgb(193,97,237); }
H1.HeaderClassName
{
color: #C161ED;
}
.AnyTagClassName
{
color: #C161ED;
}
</style>
background-color css
<style>
a { background-color: #C161ED; }
a { background-color: rgb(193,97,237); }
div.DivClassName
{
background-color: #C161ED;
}
.BgClassName
{
background-color: #C161ED;
}
</style>
border-color css
<style>
span { border-color: #C161ED; }
span { border-color: rgb(193,97,237); }
td.TdClassName
{
border-color: #C161ED;
}
.TagClassName
{
border-color: #C161ED;
}
</style>