Shades of Medium Orchid #C446EA
Tints of Medium Orchid #C446EA
RGB
CMYK
RGB Variations
Color information
#C446EA (or 0xC446EA) is known color: Medium Orchid. HEX triplet: C4, 46 and EA. RGB value is (196,70,234). Sum of RGB (Red+Green+Blue) = 196+70+234=500 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.2% from 500); Green value is 70 (27.73% from 255 or 14% from 500); Blue value is 234 (91.80% from 255 or 46.8% from 500); Max value from RGB is 234 - color contains mainly: blue. Hex color #C446EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C446EA is #3BB915. Grayscale: #7D7D7D. Windows color (decimal): -3914006 or 15353540. OLE color: 15353540.
HSL color Cylindrical-coordinate representation of color #C446EA: hue angle of 286.1º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C446EA is Cyan = 0.16, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 196 | 70 | 234 | - |
| CMYK | 0.16 | 0.70 | 0 | 0.08 |
| HSL | 286.1º | 0.8% | 0.6% | - |
| HSV(B) | 286.1º | 0.7% | 0.92% | - |
| XYZ | 39.81 | 22.06 | 80 | - |
| YUV | 126.37 | 188.74 | 177.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 70 | 234 | 0.16 | 0.70 | 0 | 0.08 | 286.1 | 0.8 | 0.6 |
| Hex | C4 | 46 | EA | 10 | 46 | 0 | 8 | 11E | 50 | 3C |
| Octal | 304 | 106 | 352 | 20 | 106 | 0 | 10 | 436 | 120 | 74 |
| Binary | 11000100 | 1000110 | 11101010 | 10000 | 1000110 | 0 | 1000 | 100011110 | 1010000 | 111100 |
Color Harmonies of #C446EA
Complementary color
Monochromatic Colors of #C446EA
Black with #C446EA
Text Example
Text Example
White with #C446EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C446EA; }
p { color: rgb(196,70,234); }
H1.HeaderClassName
{
color: #C446EA;
}
.AnyTagClassName
{
color: #C446EA;
}
</style>
background-color css
<style>
a { background-color: #C446EA; }
a { background-color: rgb(196,70,234); }
div.DivClassName
{
background-color: #C446EA;
}
.BgClassName
{
background-color: #C446EA;
}
</style>
border-color css
<style>
span { border-color: #C446EA; }
span { border-color: rgb(196,70,234); }
td.TdClassName
{
border-color: #C446EA;
}
.TagClassName
{
border-color: #C446EA;
}
</style>