Shades of Medium Orchid #C446ED
Tints of Medium Orchid #C446ED
RGB
CMYK
RGB Variations
Color information
#C446ED (or 0xC446ED) is known color: Medium Orchid. HEX triplet: C4, 46 and ED. RGB value is (196,70,237). Sum of RGB (Red+Green+Blue) = 196+70+237=503 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.97% from 503); Green value is 70 (27.73% from 255 or 13.92% from 503); Blue value is 237 (92.97% from 255 or 47.12% from 503); Max value from RGB is 237 - color contains mainly: blue. Hex color #C446ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C446ED is #3BB912. Grayscale: #7E7E7E. Windows color (decimal): -3914003 or 15550148. OLE color: 15550148.
HSL color Cylindrical-coordinate representation of color #C446ED: hue angle of 285.27º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C446ED is Cyan = 0.17, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 70 | 237 | - |
| CMYK | 0.17 | 0.70 | 0 | 0.07 |
| HSL | 285.27º | 0.82% | 0.6% | - |
| HSV(B) | 285.27º | 0.7% | 0.93% | - |
| XYZ | 40.24 | 22.23 | 82.29 | - |
| YUV | 126.71 | 190.24 | 177.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 70 | 237 | 0.17 | 0.70 | 0 | 0.07 | 285.27 | 0.82 | 0.6 |
| Hex | C4 | 46 | ED | 11 | 46 | 0 | 7 | 11D | 52 | 3C |
| Octal | 304 | 106 | 355 | 21 | 106 | 0 | 7 | 435 | 122 | 74 |
| Binary | 11000100 | 1000110 | 11101101 | 10001 | 1000110 | 0 | 111 | 100011101 | 1010010 | 111100 |
Color Harmonies of #C446ED
Complementary color
Monochromatic Colors of #C446ED
Black with #C446ED
Text Example
Text Example
White with #C446ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C446ED; }
p { color: rgb(196,70,237); }
H1.HeaderClassName
{
color: #C446ED;
}
.AnyTagClassName
{
color: #C446ED;
}
</style>
background-color css
<style>
a { background-color: #C446ED; }
a { background-color: rgb(196,70,237); }
div.DivClassName
{
background-color: #C446ED;
}
.BgClassName
{
background-color: #C446ED;
}
</style>
border-color css
<style>
span { border-color: #C446ED; }
span { border-color: rgb(196,70,237); }
td.TdClassName
{
border-color: #C446ED;
}
.TagClassName
{
border-color: #C446ED;
}
</style>