Shades of Orchid #C46FCC
Tints of Orchid #C46FCC
RGB
CMYK
RGB Variations
Color information
#C46FCC (or 0xC46FCC) is known color: Orchid. HEX triplet: C4, 6F and CC. RGB value is (196,111,204). Sum of RGB (Red+Green+Blue) = 196+111+204=511 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.36% from 511); Green value is 111 (43.75% from 255 or 21.72% from 511); Blue value is 204 (80.08% from 255 or 39.92% from 511); Max value from RGB is 204 - color contains mainly: blue. Hex color #C46FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C46FCC is #3B9033. Grayscale: #929292. Windows color (decimal): -3903540 or 13397956. OLE color: 13397956.
HSL color Cylindrical-coordinate representation of color #C46FCC: hue angle of 294.84º 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 #C46FCC is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 196 | 111 | 204 | - |
| CMYK | 0.04 | 0.46 | 0 | 0.2 |
| HSL | 294.84º | 0.48% | 0.62% | - |
| HSV(B) | 294.84º | 0.46% | 0.8% | - |
| XYZ | 39.35 | 27.46 | 60.35 | - |
| YUV | 147.02 | 160.16 | 162.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 111 | 204 | 0.04 | 0.46 | 0 | 0.2 | 294.84 | 0.48 | 0.62 |
| Hex | C4 | 6F | CC | 4 | 2E | 0 | 14 | 127 | 30 | 3E |
| Octal | 304 | 157 | 314 | 4 | 56 | 0 | 24 | 447 | 60 | 76 |
| Binary | 11000100 | 1101111 | 11001100 | 100 | 101110 | 0 | 10100 | 100100111 | 110000 | 111110 |
Color Harmonies of #C46FCC
Complementary color
Monochromatic Colors of #C46FCC
Black with #C46FCC
Text Example
Text Example
White with #C46FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46FCC; }
p { color: rgb(196,111,204); }
H1.HeaderClassName
{
color: #C46FCC;
}
.AnyTagClassName
{
color: #C46FCC;
}
</style>
background-color css
<style>
a { background-color: #C46FCC; }
a { background-color: rgb(196,111,204); }
div.DivClassName
{
background-color: #C46FCC;
}
.BgClassName
{
background-color: #C46FCC;
}
</style>
border-color css
<style>
span { border-color: #C46FCC; }
span { border-color: rgb(196,111,204); }
td.TdClassName
{
border-color: #C46FCC;
}
.TagClassName
{
border-color: #C46FCC;
}
</style>