Shades of Medium Orchid #C16AE0
Tints of Medium Orchid #C16AE0
RGB
CMYK
RGB Variations
Color information
#C16AE0 (or 0xC16AE0) is known color: Medium Orchid. HEX triplet: C1, 6A and E0. RGB value is (193,106,224). Sum of RGB (Red+Green+Blue) = 193+106+224=523 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.90% from 523); Green value is 106 (41.80% from 255 or 20.27% from 523); Blue value is 224 (87.89% from 255 or 42.83% from 523); Max value from RGB is 224 - color contains mainly: blue. Hex color #C16AE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16AE0 is #3E951F. Grayscale: #919191. Windows color (decimal): -4101408 or 14707393. OLE color: 14707393.
HSL color Cylindrical-coordinate representation of color #C16AE0: hue angle of 284.24º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C16AE0 is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 193 | 106 | 224 | - |
| CMYK | 0.14 | 0.53 | 0 | 0.12 |
| HSL | 284.24º | 0.66% | 0.65% | - |
| HSV(B) | 284.24º | 0.53% | 0.88% | - |
| XYZ | 40.6 | 27.03 | 73.6 | - |
| YUV | 145.47 | 172.32 | 161.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 106 | 224 | 0.14 | 0.53 | 0 | 0.12 | 284.24 | 0.66 | 0.65 |
| Hex | C1 | 6A | E0 | E | 35 | 0 | C | 11C | 42 | 41 |
| Octal | 301 | 152 | 340 | 16 | 65 | 0 | 14 | 434 | 102 | 101 |
| Binary | 11000001 | 1101010 | 11100000 | 1110 | 110101 | 0 | 1100 | 100011100 | 1000010 | 1000001 |
Color Harmonies of #C16AE0
Complementary color
Monochromatic Colors of #C16AE0
Black with #C16AE0
Text Example
Text Example
White with #C16AE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16AE0; }
p { color: rgb(193,106,224); }
H1.HeaderClassName
{
color: #C16AE0;
}
.AnyTagClassName
{
color: #C16AE0;
}
</style>
background-color css
<style>
a { background-color: #C16AE0; }
a { background-color: rgb(193,106,224); }
div.DivClassName
{
background-color: #C16AE0;
}
.BgClassName
{
background-color: #C16AE0;
}
</style>
border-color css
<style>
span { border-color: #C16AE0; }
span { border-color: rgb(193,106,224); }
td.TdClassName
{
border-color: #C16AE0;
}
.TagClassName
{
border-color: #C16AE0;
}
</style>