Shades of Orchid #C46ECC
Tints of Orchid #C46ECC
RGB
CMYK
RGB Variations
Color information
#C46ECC (or 0xC46ECC) is known color: Orchid. HEX triplet: C4, 6E and CC. RGB value is (196,110,204). Sum of RGB (Red+Green+Blue) = 196+110+204=510 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.43% from 510); Green value is 110 (43.36% from 255 or 21.57% from 510); Blue value is 204 (80.08% from 255 or 40% from 510); Max value from RGB is 204 - color contains mainly: blue. Hex color #C46ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C46ECC is #3B9133. Grayscale: #929292. Windows color (decimal): -3903796 or 13397700. OLE color: 13397700.
HSL color Cylindrical-coordinate representation of color #C46ECC: hue angle of 294.89º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C46ECC is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 196 | 110 | 204 | - |
| CMYK | 0.04 | 0.46 | 0 | 0.2 |
| HSL | 294.89º | 0.48% | 0.62% | - |
| HSV(B) | 294.89º | 0.46% | 0.8% | - |
| XYZ | 39.24 | 27.25 | 60.32 | - |
| YUV | 146.43 | 160.49 | 163.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 110 | 204 | 0.04 | 0.46 | 0 | 0.2 | 294.89 | 0.48 | 0.62 |
| Hex | C4 | 6E | CC | 4 | 2E | 0 | 14 | 127 | 30 | 3E |
| Octal | 304 | 156 | 314 | 4 | 56 | 0 | 24 | 447 | 60 | 76 |
| Binary | 11000100 | 1101110 | 11001100 | 100 | 101110 | 0 | 10100 | 100100111 | 110000 | 111110 |
Color Harmonies of #C46ECC
Complementary color
Monochromatic Colors of #C46ECC
Black with #C46ECC
Text Example
Text Example
White with #C46ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46ECC; }
p { color: rgb(196,110,204); }
H1.HeaderClassName
{
color: #C46ECC;
}
.AnyTagClassName
{
color: #C46ECC;
}
</style>
background-color css
<style>
a { background-color: #C46ECC; }
a { background-color: rgb(196,110,204); }
div.DivClassName
{
background-color: #C46ECC;
}
.BgClassName
{
background-color: #C46ECC;
}
</style>
border-color css
<style>
span { border-color: #C46ECC; }
span { border-color: rgb(196,110,204); }
td.TdClassName
{
border-color: #C46ECC;
}
.TagClassName
{
border-color: #C46ECC;
}
</style>