Shades of Orchid #C46FCE
Tints of Orchid #C46FCE
RGB
CMYK
RGB Variations
Color information
#C46FCE (or 0xC46FCE) is known color: Orchid. HEX triplet: C4, 6F and CE. RGB value is (196,111,206). Sum of RGB (Red+Green+Blue) = 196+111+206=513 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.21% from 513); Green value is 111 (43.75% from 255 or 21.64% from 513); Blue value is 206 (80.86% from 255 or 40.16% from 513); Max value from RGB is 206 - color contains mainly: blue. Hex color #C46FCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C46FCE is #3B9031. Grayscale: #929292. Windows color (decimal): -3903538 or 13529028. OLE color: 13529028.
HSL color Cylindrical-coordinate representation of color #C46FCE: hue angle of 293.68º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C46FCE is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 196 | 111 | 206 | - |
| CMYK | 0.05 | 0.46 | 0 | 0.19 |
| HSL | 293.68º | 0.49% | 0.62% | - |
| HSV(B) | 293.68º | 0.46% | 0.81% | - |
| XYZ | 39.59 | 27.56 | 61.63 | - |
| YUV | 147.25 | 161.16 | 162.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 111 | 206 | 0.05 | 0.46 | 0 | 0.19 | 293.68 | 0.49 | 0.62 |
| Hex | C4 | 6F | CE | 5 | 2E | 0 | 13 | 126 | 31 | 3E |
| Octal | 304 | 157 | 316 | 5 | 56 | 0 | 23 | 446 | 61 | 76 |
| Binary | 11000100 | 1101111 | 11001110 | 101 | 101110 | 0 | 10011 | 100100110 | 110001 | 111110 |
Color Harmonies of #C46FCE
Complementary color
Monochromatic Colors of #C46FCE
Black with #C46FCE
Text Example
Text Example
White with #C46FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46FCE; }
p { color: rgb(196,111,206); }
H1.HeaderClassName
{
color: #C46FCE;
}
.AnyTagClassName
{
color: #C46FCE;
}
</style>
background-color css
<style>
a { background-color: #C46FCE; }
a { background-color: rgb(196,111,206); }
div.DivClassName
{
background-color: #C46FCE;
}
.BgClassName
{
background-color: #C46FCE;
}
</style>
border-color css
<style>
span { border-color: #C46FCE; }
span { border-color: rgb(196,111,206); }
td.TdClassName
{
border-color: #C46FCE;
}
.TagClassName
{
border-color: #C46FCE;
}
</style>