Shades of Medium Orchid #C46ACE
Tints of Medium Orchid #C46ACE
RGB
CMYK
RGB Variations
Color information
#C46ACE (or 0xC46ACE) is known color: Medium Orchid. HEX triplet: C4, 6A and CE. RGB value is (196,106,206). Sum of RGB (Red+Green+Blue) = 196+106+206=508 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.58% from 508); Green value is 106 (41.80% from 255 or 20.87% from 508); Blue value is 206 (80.86% from 255 or 40.55% from 508); Max value from RGB is 206 - color contains mainly: blue. Hex color #C46ACE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C46ACE is #3B9531. Grayscale: #909090. Windows color (decimal): -3904818 or 13527748. OLE color: 13527748.
HSL color Cylindrical-coordinate representation of color #C46ACE: hue angle of 294º 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 #C46ACE is Cyan = 0.05, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 196 | 106 | 206 | - |
| CMYK | 0.05 | 0.49 | 0 | 0.19 |
| HSL | 294º | 0.51% | 0.61% | - |
| HSV(B) | 294º | 0.49% | 0.81% | - |
| XYZ | 39.06 | 26.5 | 61.45 | - |
| YUV | 144.31 | 162.82 | 164.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 106 | 206 | 0.05 | 0.49 | 0 | 0.19 | 294 | 0.51 | 0.61 |
| Hex | C4 | 6A | CE | 5 | 31 | 0 | 13 | 126 | 33 | 3D |
| Octal | 304 | 152 | 316 | 5 | 61 | 0 | 23 | 446 | 63 | 75 |
| Binary | 11000100 | 1101010 | 11001110 | 101 | 110001 | 0 | 10011 | 100100110 | 110011 | 111101 |
Color Harmonies of #C46ACE
Complementary color
Monochromatic Colors of #C46ACE
Black with #C46ACE
Text Example
Text Example
White with #C46ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46ACE; }
p { color: rgb(196,106,206); }
H1.HeaderClassName
{
color: #C46ACE;
}
.AnyTagClassName
{
color: #C46ACE;
}
</style>
background-color css
<style>
a { background-color: #C46ACE; }
a { background-color: rgb(196,106,206); }
div.DivClassName
{
background-color: #C46ACE;
}
.BgClassName
{
background-color: #C46ACE;
}
</style>
border-color css
<style>
span { border-color: #C46ACE; }
span { border-color: rgb(196,106,206); }
td.TdClassName
{
border-color: #C46ACE;
}
.TagClassName
{
border-color: #C46ACE;
}
</style>