Shades of Medium Orchid #C046E1
Tints of Medium Orchid #C046E1
RGB
CMYK
RGB Variations
Color information
#C046E1 (or 0xC046E1) is known color: Medium Orchid. HEX triplet: C0, 46 and E1. RGB value is (192,70,225). Sum of RGB (Red+Green+Blue) = 192+70+225=487 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.43% from 487); Green value is 70 (27.73% from 255 or 14.37% from 487); Blue value is 225 (88.28% from 255 or 46.20% from 487); Max value from RGB is 225 - color contains mainly: blue. Hex color #C046E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C046E1 is #3FB91E. Grayscale: #7B7B7B. Windows color (decimal): -4176159 or 14763712. OLE color: 14763712.
HSL color Cylindrical-coordinate representation of color #C046E1: hue angle of 287.23º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C046E1 is Cyan = 0.15, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 192 | 70 | 225 | - |
| CMYK | 0.15 | 0.69 | 0 | 0.12 |
| HSL | 287.23º | 0.72% | 0.58% | - |
| HSV(B) | 287.23º | 0.69% | 0.88% | - |
| XYZ | 37.52 | 21.02 | 73.31 | - |
| YUV | 124.15 | 184.92 | 176.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 70 | 225 | 0.15 | 0.69 | 0 | 0.12 | 287.23 | 0.72 | 0.58 |
| Hex | C0 | 46 | E1 | F | 45 | 0 | C | 11F | 48 | 3A |
| Octal | 300 | 106 | 341 | 17 | 105 | 0 | 14 | 437 | 110 | 72 |
| Binary | 11000000 | 1000110 | 11100001 | 1111 | 1000101 | 0 | 1100 | 100011111 | 1001000 | 111010 |
Color Harmonies of #C046E1
Complementary color
Monochromatic Colors of #C046E1
Black with #C046E1
Text Example
Text Example
White with #C046E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C046E1; }
p { color: rgb(192,70,225); }
H1.HeaderClassName
{
color: #C046E1;
}
.AnyTagClassName
{
color: #C046E1;
}
</style>
background-color css
<style>
a { background-color: #C046E1; }
a { background-color: rgb(192,70,225); }
div.DivClassName
{
background-color: #C046E1;
}
.BgClassName
{
background-color: #C046E1;
}
</style>
border-color css
<style>
span { border-color: #C046E1; }
span { border-color: rgb(192,70,225); }
td.TdClassName
{
border-color: #C046E1;
}
.TagClassName
{
border-color: #C046E1;
}
</style>