Shades of Medium Orchid #C441E6
Tints of Medium Orchid #C441E6
RGB
CMYK
RGB Variations
Color information
#C441E6 (or 0xC441E6) is known color: Medium Orchid. HEX triplet: C4, 41 and E6. RGB value is (196,65,230). Sum of RGB (Red+Green+Blue) = 196+65+230=491 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.92% from 491); Green value is 65 (25.78% from 255 or 13.24% from 491); Blue value is 230 (90.23% from 255 or 46.84% from 491); Max value from RGB is 230 - color contains mainly: blue. Hex color #C441E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C441E6 is #3BBE19. Grayscale: #7A7A7A. Windows color (decimal): -3915290 or 15090116. OLE color: 15090116.
HSL color Cylindrical-coordinate representation of color #C441E6: hue angle of 287.64º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C441E6 is Cyan = 0.15, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 196 | 65 | 230 | - |
| CMYK | 0.15 | 0.72 | 0 | 0.10 |
| HSL | 287.64º | 0.77% | 0.58% | - |
| HSV(B) | 287.64º | 0.72% | 0.9% | - |
| XYZ | 38.94 | 21.23 | 76.91 | - |
| YUV | 122.98 | 188.4 | 180.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 65 | 230 | 0.15 | 0.72 | 0 | 0.10 | 287.64 | 0.77 | 0.58 |
| Hex | C4 | 41 | E6 | F | 48 | 0 | A | 120 | 4D | 3A |
| Octal | 304 | 101 | 346 | 17 | 110 | 0 | 12 | 440 | 115 | 72 |
| Binary | 11000100 | 1000001 | 11100110 | 1111 | 1001000 | 0 | 1010 | 100100000 | 1001101 | 111010 |
Color Harmonies of #C441E6
Complementary color
Monochromatic Colors of #C441E6
Black with #C441E6
Text Example
Text Example
White with #C441E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C441E6; }
p { color: rgb(196,65,230); }
H1.HeaderClassName
{
color: #C441E6;
}
.AnyTagClassName
{
color: #C441E6;
}
</style>
background-color css
<style>
a { background-color: #C441E6; }
a { background-color: rgb(196,65,230); }
div.DivClassName
{
background-color: #C441E6;
}
.BgClassName
{
background-color: #C441E6;
}
</style>
border-color css
<style>
span { border-color: #C441E6; }
span { border-color: rgb(196,65,230); }
td.TdClassName
{
border-color: #C441E6;
}
.TagClassName
{
border-color: #C441E6;
}
</style>