Shades of Medium Orchid #C16ACE
Tints of Medium Orchid #C16ACE
RGB
CMYK
RGB Variations
Color information
#C16ACE (or 0xC16ACE) is known color: Medium Orchid. HEX triplet: C1, 6A and CE. RGB value is (193,106,206). Sum of RGB (Red+Green+Blue) = 193+106+206=505 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.22% from 505); Green value is 106 (41.80% from 255 or 20.99% from 505); Blue value is 206 (80.86% from 255 or 40.79% from 505); Max value from RGB is 206 - color contains mainly: blue. Hex color #C16ACE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16ACE is #3E9531. Grayscale: #8F8F8F. Windows color (decimal): -4101426 or 13527745. OLE color: 13527745.
HSL color Cylindrical-coordinate representation of color #C16ACE: hue angle of 292.2º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C16ACE is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 193 | 106 | 206 | - |
CMYK | 0.06 | 0.49 | 0 | 0.19 |
HSL | 292.2º | 0.51% | 0.61% | - |
HSV(B) | 292.2º | 0.49% | 0.81% | - |
XYZ | 38.29 | 26.1 | 61.41 | - |
YUV | 143.41 | 163.32 | 163.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 193 | 106 | 206 | 0.06 | 0.49 | 0 | 0.19 | 292.2 | 0.51 | 0.61 |
Hex | C1 | 6A | CE | 6 | 31 | 0 | 13 | 124 | 33 | 3D |
Octal | 301 | 152 | 316 | 6 | 61 | 0 | 23 | 444 | 63 | 75 |
Binary | 11000001 | 1101010 | 11001110 | 110 | 110001 | 0 | 10011 | 100100100 | 110011 | 111101 |
Color Harmonies of #C16ACE
Complementary color
Monochromatic Colors of #C16ACE
Black with #C16ACE
Text Example
Text Example
White with #C16ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16ACE; }
p { color: rgb(193,106,206); }
H1.HeaderClassName
{
color: #C16ACE;
}
.AnyTagClassName
{
color: #C16ACE;
}
</style>
background-color css
<style>
a { background-color: #C16ACE; }
a { background-color: rgb(193,106,206); }
div.DivClassName
{
background-color: #C16ACE;
}
.BgClassName
{
background-color: #C16ACE;
}
</style>
border-color css
<style>
span { border-color: #C16ACE; }
span { border-color: rgb(193,106,206); }
td.TdClassName
{
border-color: #C16ACE;
}
.TagClassName
{
border-color: #C16ACE;
}
</style>