Shades of Medium Orchid #C442E4
Tints of Medium Orchid #C442E4
RGB
CMYK
RGB Variations
Color information
#C442E4 (or 0xC442E4) is known color: Medium Orchid. HEX triplet: C4, 42 and E4. RGB value is (196,66,228). Sum of RGB (Red+Green+Blue) = 196+66+228=490 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40% from 490); Green value is 66 (26.17% from 255 or 13.47% from 490); Blue value is 228 (89.45% from 255 or 46.53% from 490); Max value from RGB is 228 - color contains mainly: blue. Hex color #C442E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C442E4 is #3BBD1B. Grayscale: #7A7A7A. Windows color (decimal): -3915036 or 14959300. OLE color: 14959300.
HSL color Cylindrical-coordinate representation of color #C442E4: hue angle of 288.15º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C442E4 is Cyan = 0.14, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 196 | 66 | 228 | - |
| CMYK | 0.14 | 0.71 | 0 | 0.11 |
| HSL | 288.15º | 0.75% | 0.58% | - |
| HSV(B) | 288.15º | 0.71% | 0.89% | - |
| XYZ | 38.72 | 21.23 | 75.46 | - |
| YUV | 123.34 | 187.07 | 179.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 66 | 228 | 0.14 | 0.71 | 0 | 0.11 | 288.15 | 0.75 | 0.58 |
| Hex | C4 | 42 | E4 | E | 47 | 0 | B | 120 | 4B | 3A |
| Octal | 304 | 102 | 344 | 16 | 107 | 0 | 13 | 440 | 113 | 72 |
| Binary | 11000100 | 1000010 | 11100100 | 1110 | 1000111 | 0 | 1011 | 100100000 | 1001011 | 111010 |
Color Harmonies of #C442E4
Complementary color
Monochromatic Colors of #C442E4
Black with #C442E4
Text Example
Text Example
White with #C442E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C442E4; }
p { color: rgb(196,66,228); }
H1.HeaderClassName
{
color: #C442E4;
}
.AnyTagClassName
{
color: #C442E4;
}
</style>
background-color css
<style>
a { background-color: #C442E4; }
a { background-color: rgb(196,66,228); }
div.DivClassName
{
background-color: #C442E4;
}
.BgClassName
{
background-color: #C442E4;
}
</style>
border-color css
<style>
span { border-color: #C442E4; }
span { border-color: rgb(196,66,228); }
td.TdClassName
{
border-color: #C442E4;
}
.TagClassName
{
border-color: #C442E4;
}
</style>