Shades of Medium Orchid #C446FC
Tints of Medium Orchid #C446FC
RGB
CMYK
RGB Variations
Color information
#C446FC (or 0xC446FC) is known color: Medium Orchid. HEX triplet: C4, 46 and FC. RGB value is (196,70,252). Sum of RGB (Red+Green+Blue) = 196+70+252=518 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.84% from 518); Green value is 70 (27.73% from 255 or 13.51% from 518); Blue value is 252 (98.83% from 255 or 48.65% from 518); Max value from RGB is 252 - color contains mainly: blue. Hex color #C446FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C446FC is #3BB903. Grayscale: #7F7F7F. Windows color (decimal): -3913988 or 16533188. OLE color: 16533188.
HSL color Cylindrical-coordinate representation of color #C446FC: hue angle of 281.54º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C446FC is Cyan = 0.22, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 196 | 70 | 252 | - |
| CMYK | 0.22 | 0.72 | 0 | 0.01 |
| HSL | 281.54º | 0.97% | 0.63% | - |
| HSV(B) | 281.54º | 0.72% | 0.99% | - |
| XYZ | 42.53 | 23.14 | 94.32 | - |
| YUV | 128.42 | 197.74 | 176.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 70 | 252 | 0.22 | 0.72 | 0 | 0.01 | 281.54 | 0.97 | 0.63 |
| Hex | C4 | 46 | FC | 16 | 48 | 0 | 1 | 11A | 61 | 3F |
| Octal | 304 | 106 | 374 | 26 | 110 | 0 | 1 | 432 | 141 | 77 |
| Binary | 11000100 | 1000110 | 11111100 | 10110 | 1001000 | 0 | 1 | 100011010 | 1100001 | 111111 |
Color Harmonies of #C446FC
Complementary color
Monochromatic Colors of #C446FC
Black with #C446FC
Text Example
Text Example
White with #C446FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C446FC; }
p { color: rgb(196,70,252); }
H1.HeaderClassName
{
color: #C446FC;
}
.AnyTagClassName
{
color: #C446FC;
}
</style>
background-color css
<style>
a { background-color: #C446FC; }
a { background-color: rgb(196,70,252); }
div.DivClassName
{
background-color: #C446FC;
}
.BgClassName
{
background-color: #C446FC;
}
</style>
border-color css
<style>
span { border-color: #C446FC; }
span { border-color: rgb(196,70,252); }
td.TdClassName
{
border-color: #C446FC;
}
.TagClassName
{
border-color: #C446FC;
}
</style>