Shades of Medium Orchid #C46FE4
Tints of Medium Orchid #C46FE4
RGB
CMYK
RGB Variations
Color information
#C46FE4 (or 0xC46FE4) is known color: Medium Orchid. HEX triplet: C4, 6F and E4. RGB value is (196,111,228). Sum of RGB (Red+Green+Blue) = 196+111+228=535 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.64% from 535); Green value is 111 (43.75% from 255 or 20.75% from 535); Blue value is 228 (89.45% from 255 or 42.62% from 535); Max value from RGB is 228 - color contains mainly: blue. Hex color #C46FE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C46FE4 is #3B901B. Grayscale: #959595. Windows color (decimal): -3903516 or 14970820. OLE color: 14970820.
HSL color Cylindrical-coordinate representation of color #C46FE4: hue angle of 283.59º degrees, saturation: 0.68, 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 #C46FE4 is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 196 | 111 | 228 | - |
| CMYK | 0.14 | 0.51 | 0 | 0.11 |
| HSL | 283.59º | 0.68% | 0.66% | - |
| HSV(B) | 283.59º | 0.51% | 0.89% | - |
| XYZ | 42.45 | 28.71 | 76.7 | - |
| YUV | 149.75 | 172.16 | 160.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 111 | 228 | 0.14 | 0.51 | 0 | 0.11 | 283.59 | 0.68 | 0.66 |
| Hex | C4 | 6F | E4 | E | 33 | 0 | B | 11C | 44 | 42 |
| Octal | 304 | 157 | 344 | 16 | 63 | 0 | 13 | 434 | 104 | 102 |
| Binary | 11000100 | 1101111 | 11100100 | 1110 | 110011 | 0 | 1011 | 100011100 | 1000100 | 1000010 |
Color Harmonies of #C46FE4
Complementary color
Monochromatic Colors of #C46FE4
Black with #C46FE4
Text Example
Text Example
White with #C46FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46FE4; }
p { color: rgb(196,111,228); }
H1.HeaderClassName
{
color: #C46FE4;
}
.AnyTagClassName
{
color: #C46FE4;
}
</style>
background-color css
<style>
a { background-color: #C46FE4; }
a { background-color: rgb(196,111,228); }
div.DivClassName
{
background-color: #C46FE4;
}
.BgClassName
{
background-color: #C46FE4;
}
</style>
border-color css
<style>
span { border-color: #C46FE4; }
span { border-color: rgb(196,111,228); }
td.TdClassName
{
border-color: #C46FE4;
}
.TagClassName
{
border-color: #C46FE4;
}
</style>