Shades of Medium Orchid #C446E1
Tints of Medium Orchid #C446E1
RGB
CMYK
RGB Variations
Color information
#C446E1 (or 0xC446E1) is known color: Medium Orchid. HEX triplet: C4, 46 and E1. RGB value is (196,70,225). Sum of RGB (Red+Green+Blue) = 196+70+225=491 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.92% from 491); Green value is 70 (27.73% from 255 or 14.26% from 491); Blue value is 225 (88.28% from 255 or 45.82% from 491); Max value from RGB is 225 - color contains mainly: blue. Hex color #C446E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C446E1 is #3BB91E. Grayscale: #7C7C7C. Windows color (decimal): -3914015 or 14763716. OLE color: 14763716.
HSL color Cylindrical-coordinate representation of color #C446E1: hue angle of 288.77º 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 #C446E1 is Cyan = 0.13, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 196 | 70 | 225 | - |
| CMYK | 0.13 | 0.69 | 0 | 0.12 |
| HSL | 288.77º | 0.72% | 0.58% | - |
| HSV(B) | 288.77º | 0.69% | 0.88% | - |
| XYZ | 38.55 | 21.55 | 73.36 | - |
| YUV | 125.34 | 184.24 | 178.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 70 | 225 | 0.13 | 0.69 | 0 | 0.12 | 288.77 | 0.72 | 0.58 |
| Hex | C4 | 46 | E1 | D | 45 | 0 | C | 121 | 48 | 3A |
| Octal | 304 | 106 | 341 | 15 | 105 | 0 | 14 | 441 | 110 | 72 |
| Binary | 11000100 | 1000110 | 11100001 | 1101 | 1000101 | 0 | 1100 | 100100001 | 1001000 | 111010 |
Color Harmonies of #C446E1
Complementary color
Monochromatic Colors of #C446E1
Black with #C446E1
Text Example
Text Example
White with #C446E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C446E1; }
p { color: rgb(196,70,225); }
H1.HeaderClassName
{
color: #C446E1;
}
.AnyTagClassName
{
color: #C446E1;
}
</style>
background-color css
<style>
a { background-color: #C446E1; }
a { background-color: rgb(196,70,225); }
div.DivClassName
{
background-color: #C446E1;
}
.BgClassName
{
background-color: #C446E1;
}
</style>
border-color css
<style>
span { border-color: #C446E1; }
span { border-color: rgb(196,70,225); }
td.TdClassName
{
border-color: #C446E1;
}
.TagClassName
{
border-color: #C446E1;
}
</style>