Shades of Medium Orchid #C446DC
Tints of Medium Orchid #C446DC
RGB
CMYK
RGB Variations
Color information
#C446DC (or 0xC446DC) is known color: Medium Orchid. HEX triplet: C4, 46 and DC. RGB value is (196,70,220). Sum of RGB (Red+Green+Blue) = 196+70+220=486 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.33% from 486); Green value is 70 (27.73% from 255 or 14.40% from 486); Blue value is 220 (86.33% from 255 or 45.27% from 486); Max value from RGB is 220 - color contains mainly: blue. Hex color #C446DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C446DC is #3BB923. Grayscale: #7C7C7C. Windows color (decimal): -3914020 or 14436036. OLE color: 14436036.
HSL color Cylindrical-coordinate representation of color #C446DC: hue angle of 290.4º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C446DC is Cyan = 0.11, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 70 | 220 | - |
| CMYK | 0.11 | 0.68 | 0 | 0.14 |
| HSL | 290.4º | 0.68% | 0.57% | - |
| HSV(B) | 290.4º | 0.68% | 0.86% | - |
| XYZ | 37.87 | 21.28 | 69.82 | - |
| YUV | 124.77 | 181.74 | 178.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 70 | 220 | 0.11 | 0.68 | 0 | 0.14 | 290.4 | 0.68 | 0.57 |
| Hex | C4 | 46 | DC | B | 44 | 0 | E | 122 | 44 | 39 |
| Octal | 304 | 106 | 334 | 13 | 104 | 0 | 16 | 442 | 104 | 71 |
| Binary | 11000100 | 1000110 | 11011100 | 1011 | 1000100 | 0 | 1110 | 100100010 | 1000100 | 111001 |
Color Harmonies of #C446DC
Complementary color
Monochromatic Colors of #C446DC
Black with #C446DC
Text Example
Text Example
White with #C446DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C446DC; }
p { color: rgb(196,70,220); }
H1.HeaderClassName
{
color: #C446DC;
}
.AnyTagClassName
{
color: #C446DC;
}
</style>
background-color css
<style>
a { background-color: #C446DC; }
a { background-color: rgb(196,70,220); }
div.DivClassName
{
background-color: #C446DC;
}
.BgClassName
{
background-color: #C446DC;
}
</style>
border-color css
<style>
span { border-color: #C446DC; }
span { border-color: rgb(196,70,220); }
td.TdClassName
{
border-color: #C446DC;
}
.TagClassName
{
border-color: #C446DC;
}
</style>