Shades of Medium Orchid #C46EE4
Tints of Medium Orchid #C46EE4
RGB
CMYK
RGB Variations
Color information
#C46EE4 (or 0xC46EE4) is known color: Medium Orchid. HEX triplet: C4, 6E and E4. RGB value is (196,110,228). Sum of RGB (Red+Green+Blue) = 196+110+228=534 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.70% from 534); Green value is 110 (43.36% from 255 or 20.60% from 534); Blue value is 228 (89.45% from 255 or 42.70% from 534); Max value from RGB is 228 - color contains mainly: blue. Hex color #C46EE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C46EE4 is #3B911B. Grayscale: #949494. Windows color (decimal): -3903772 or 14970564. OLE color: 14970564.
HSL color Cylindrical-coordinate representation of color #C46EE4: hue angle of 283.73º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C46EE4 is Cyan = 0.14, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 196 | 110 | 228 | - |
| CMYK | 0.14 | 0.52 | 0 | 0.11 |
| HSL | 283.73º | 0.69% | 0.66% | - |
| HSV(B) | 283.73º | 0.52% | 0.89% | - |
| XYZ | 42.34 | 28.49 | 76.67 | - |
| YUV | 149.17 | 172.49 | 161.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 110 | 228 | 0.14 | 0.52 | 0 | 0.11 | 283.73 | 0.69 | 0.66 |
| Hex | C4 | 6E | E4 | E | 34 | 0 | B | 11C | 45 | 42 |
| Octal | 304 | 156 | 344 | 16 | 64 | 0 | 13 | 434 | 105 | 102 |
| Binary | 11000100 | 1101110 | 11100100 | 1110 | 110100 | 0 | 1011 | 100011100 | 1000101 | 1000010 |
Color Harmonies of #C46EE4
Complementary color
Monochromatic Colors of #C46EE4
Black with #C46EE4
Text Example
Text Example
White with #C46EE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46EE4; }
p { color: rgb(196,110,228); }
H1.HeaderClassName
{
color: #C46EE4;
}
.AnyTagClassName
{
color: #C46EE4;
}
</style>
background-color css
<style>
a { background-color: #C46EE4; }
a { background-color: rgb(196,110,228); }
div.DivClassName
{
background-color: #C46EE4;
}
.BgClassName
{
background-color: #C46EE4;
}
</style>
border-color css
<style>
span { border-color: #C46EE4; }
span { border-color: rgb(196,110,228); }
td.TdClassName
{
border-color: #C46EE4;
}
.TagClassName
{
border-color: #C46EE4;
}
</style>