Shades of Medium Orchid #C46CDF
Tints of Medium Orchid #C46CDF
RGB
CMYK
RGB Variations
Color information
#C46CDF (or 0xC46CDF) is known color: Medium Orchid. HEX triplet: C4, 6C and DF. RGB value is (196,108,223). Sum of RGB (Red+Green+Blue) = 196+108+223=527 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.19% from 527); Green value is 108 (42.58% from 255 or 20.49% from 527); Blue value is 223 (87.5% from 255 or 42.31% from 527); Max value from RGB is 223 - color contains mainly: blue. Hex color #C46CDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C46CDF is #3B9320. Grayscale: #939393. Windows color (decimal): -3904289 or 14642372. OLE color: 14642372.
HSL color Cylindrical-coordinate representation of color #C46CDF: hue angle of 285.91º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C46CDF is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 108 | 223 | - |
| CMYK | 0.12 | 0.52 | 0 | 0.13 |
| HSL | 285.91º | 0.64% | 0.65% | - |
| HSV(B) | 285.91º | 0.52% | 0.87% | - |
| XYZ | 41.45 | 27.79 | 72.99 | - |
| YUV | 147.42 | 170.65 | 162.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 108 | 223 | 0.12 | 0.52 | 0 | 0.13 | 285.91 | 0.64 | 0.65 |
| Hex | C4 | 6C | DF | C | 34 | 0 | D | 11E | 40 | 41 |
| Octal | 304 | 154 | 337 | 14 | 64 | 0 | 15 | 436 | 100 | 101 |
| Binary | 11000100 | 1101100 | 11011111 | 1100 | 110100 | 0 | 1101 | 100011110 | 1000000 | 1000001 |
Color Harmonies of #C46CDF
Complementary color
Monochromatic Colors of #C46CDF
Black with #C46CDF
Text Example
Text Example
White with #C46CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46CDF; }
p { color: rgb(196,108,223); }
H1.HeaderClassName
{
color: #C46CDF;
}
.AnyTagClassName
{
color: #C46CDF;
}
</style>
background-color css
<style>
a { background-color: #C46CDF; }
a { background-color: rgb(196,108,223); }
div.DivClassName
{
background-color: #C46CDF;
}
.BgClassName
{
background-color: #C46CDF;
}
</style>
border-color css
<style>
span { border-color: #C46CDF; }
span { border-color: rgb(196,108,223); }
td.TdClassName
{
border-color: #C46CDF;
}
.TagClassName
{
border-color: #C46CDF;
}
</style>