Shades of Orchid #C46ED0
Tints of Orchid #C46ED0
RGB
CMYK
RGB Variations
Color information
#C46ED0 (or 0xC46ED0) is known color: Orchid. HEX triplet: C4, 6E and D0. RGB value is (196,110,208). Sum of RGB (Red+Green+Blue) = 196+110+208=514 (68% of max value = 765). Red value is 196 (76.95% from 255 or 38.13% from 514); Green value is 110 (43.36% from 255 or 21.40% from 514); Blue value is 208 (81.64% from 255 or 40.47% from 514); Max value from RGB is 208 - color contains mainly: blue. Hex color #C46ED0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C46ED0 is #3B912F. Grayscale: #929292. Windows color (decimal): -3903792 or 13659844. OLE color: 13659844.
HSL color Cylindrical-coordinate representation of color #C46ED0: hue angle of 292.65º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C46ED0 is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 196 | 110 | 208 | - |
| CMYK | 0.06 | 0.47 | 0 | 0.18 |
| HSL | 292.65º | 0.51% | 0.62% | - |
| HSV(B) | 292.65º | 0.47% | 0.82% | - |
| XYZ | 39.73 | 27.44 | 62.88 | - |
| YUV | 146.89 | 162.49 | 163.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 110 | 208 | 0.06 | 0.47 | 0 | 0.18 | 292.65 | 0.51 | 0.62 |
| Hex | C4 | 6E | D0 | 6 | 2F | 0 | 12 | 125 | 33 | 3E |
| Octal | 304 | 156 | 320 | 6 | 57 | 0 | 22 | 445 | 63 | 76 |
| Binary | 11000100 | 1101110 | 11010000 | 110 | 101111 | 0 | 10010 | 100100101 | 110011 | 111110 |
Color Harmonies of #C46ED0
Complementary color
Monochromatic Colors of #C46ED0
Black with #C46ED0
Text Example
Text Example
White with #C46ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46ED0; }
p { color: rgb(196,110,208); }
H1.HeaderClassName
{
color: #C46ED0;
}
.AnyTagClassName
{
color: #C46ED0;
}
</style>
background-color css
<style>
a { background-color: #C46ED0; }
a { background-color: rgb(196,110,208); }
div.DivClassName
{
background-color: #C46ED0;
}
.BgClassName
{
background-color: #C46ED0;
}
</style>
border-color css
<style>
span { border-color: #C46ED0; }
span { border-color: rgb(196,110,208); }
td.TdClassName
{
border-color: #C46ED0;
}
.TagClassName
{
border-color: #C46ED0;
}
</style>