Shades of Medium Orchid #C46FE2
Tints of Medium Orchid #C46FE2
RGB
CMYK
RGB Variations
Color information
#C46FE2 (or 0xC46FE2) is known color: Medium Orchid. HEX triplet: C4, 6F and E2. RGB value is (196,111,226). Sum of RGB (Red+Green+Blue) = 196+111+226=533 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.77% from 533); Green value is 111 (43.75% from 255 or 20.83% from 533); Blue value is 226 (88.67% from 255 or 42.40% from 533); Max value from RGB is 226 - color contains mainly: blue. Hex color #C46FE2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C46FE2 is #3B901D. Grayscale: #959595. Windows color (decimal): -3903518 or 14839748. OLE color: 14839748.
HSL color Cylindrical-coordinate representation of color #C46FE2: hue angle of 284.35º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C46FE2 is Cyan = 0.13, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 196 | 111 | 226 | - |
| CMYK | 0.13 | 0.51 | 0 | 0.11 |
| HSL | 284.35º | 0.66% | 0.66% | - |
| HSV(B) | 284.35º | 0.51% | 0.89% | - |
| XYZ | 42.18 | 28.6 | 75.25 | - |
| YUV | 149.53 | 171.16 | 161.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 111 | 226 | 0.13 | 0.51 | 0 | 0.11 | 284.35 | 0.66 | 0.66 |
| Hex | C4 | 6F | E2 | D | 33 | 0 | B | 11C | 42 | 42 |
| Octal | 304 | 157 | 342 | 15 | 63 | 0 | 13 | 434 | 102 | 102 |
| Binary | 11000100 | 1101111 | 11100010 | 1101 | 110011 | 0 | 1011 | 100011100 | 1000010 | 1000010 |
Color Harmonies of #C46FE2
Complementary color
Monochromatic Colors of #C46FE2
Black with #C46FE2
Text Example
Text Example
White with #C46FE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46FE2; }
p { color: rgb(196,111,226); }
H1.HeaderClassName
{
color: #C46FE2;
}
.AnyTagClassName
{
color: #C46FE2;
}
</style>
background-color css
<style>
a { background-color: #C46FE2; }
a { background-color: rgb(196,111,226); }
div.DivClassName
{
background-color: #C46FE2;
}
.BgClassName
{
background-color: #C46FE2;
}
</style>
border-color css
<style>
span { border-color: #C46FE2; }
span { border-color: rgb(196,111,226); }
td.TdClassName
{
border-color: #C46FE2;
}
.TagClassName
{
border-color: #C46FE2;
}
</style>