Shades of Medium Orchid #C44CE2
Tints of Medium Orchid #C44CE2
RGB
CMYK
RGB Variations
Color information
#C44CE2 (or 0xC44CE2) is known color: Medium Orchid. HEX triplet: C4, 4C and E2. RGB value is (196,76,226). Sum of RGB (Red+Green+Blue) = 196+76+226=498 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.36% from 498); Green value is 76 (30.08% from 255 or 15.26% from 498); Blue value is 226 (88.67% from 255 or 45.38% from 498); Max value from RGB is 226 - color contains mainly: blue. Hex color #C44CE2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C44CE2 is #3BB31D. Grayscale: #808080. Windows color (decimal): -3912478 or 14830788. OLE color: 14830788.
HSL color Cylindrical-coordinate representation of color #C44CE2: hue angle of 288º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C44CE2 is Cyan = 0.13, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 196 | 76 | 226 | - |
| CMYK | 0.13 | 0.66 | 0 | 0.11 |
| HSL | 288º | 0.72% | 0.59% | - |
| HSV(B) | 288º | 0.66% | 0.89% | - |
| XYZ | 39.08 | 22.4 | 74.21 | - |
| YUV | 128.98 | 182.76 | 175.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 76 | 226 | 0.13 | 0.66 | 0 | 0.11 | 288 | 0.72 | 0.59 |
| Hex | C4 | 4C | E2 | D | 42 | 0 | B | 120 | 48 | 3B |
| Octal | 304 | 114 | 342 | 15 | 102 | 0 | 13 | 440 | 110 | 73 |
| Binary | 11000100 | 1001100 | 11100010 | 1101 | 1000010 | 0 | 1011 | 100100000 | 1001000 | 111011 |
Color Harmonies of #C44CE2
Complementary color
Monochromatic Colors of #C44CE2
Black with #C44CE2
Text Example
Text Example
White with #C44CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44CE2; }
p { color: rgb(196,76,226); }
H1.HeaderClassName
{
color: #C44CE2;
}
.AnyTagClassName
{
color: #C44CE2;
}
</style>
background-color css
<style>
a { background-color: #C44CE2; }
a { background-color: rgb(196,76,226); }
div.DivClassName
{
background-color: #C44CE2;
}
.BgClassName
{
background-color: #C44CE2;
}
</style>
border-color css
<style>
span { border-color: #C44CE2; }
span { border-color: rgb(196,76,226); }
td.TdClassName
{
border-color: #C44CE2;
}
.TagClassName
{
border-color: #C44CE2;
}
</style>