Shades of Medium Orchid #C44CE0
Tints of Medium Orchid #C44CE0
RGB
CMYK
RGB Variations
Color information
#C44CE0 (or 0xC44CE0) is known color: Medium Orchid. HEX triplet: C4, 4C and E0. RGB value is (196,76,224). Sum of RGB (Red+Green+Blue) = 196+76+224=496 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.52% from 496); Green value is 76 (30.08% from 255 or 15.32% from 496); Blue value is 224 (87.89% from 255 or 45.16% from 496); Max value from RGB is 224 - color contains mainly: blue. Hex color #C44CE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C44CE0 is #3BB31F. Grayscale: #808080. Windows color (decimal): -3912480 or 14699716. OLE color: 14699716.
HSL color Cylindrical-coordinate representation of color #C44CE0: hue angle of 288.65º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C44CE0 is Cyan = 0.12, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 196 | 76 | 224 | - |
| CMYK | 0.12 | 0.66 | 0 | 0.12 |
| HSL | 288.65º | 0.7% | 0.59% | - |
| HSV(B) | 288.65º | 0.66% | 0.88% | - |
| XYZ | 38.8 | 22.29 | 72.78 | - |
| YUV | 128.75 | 181.76 | 175.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 76 | 224 | 0.12 | 0.66 | 0 | 0.12 | 288.65 | 0.7 | 0.59 |
| Hex | C4 | 4C | E0 | C | 42 | 0 | C | 121 | 46 | 3B |
| Octal | 304 | 114 | 340 | 14 | 102 | 0 | 14 | 441 | 106 | 73 |
| Binary | 11000100 | 1001100 | 11100000 | 1100 | 1000010 | 0 | 1100 | 100100001 | 1000110 | 111011 |
Color Harmonies of #C44CE0
Complementary color
Monochromatic Colors of #C44CE0
Black with #C44CE0
Text Example
Text Example
White with #C44CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44CE0; }
p { color: rgb(196,76,224); }
H1.HeaderClassName
{
color: #C44CE0;
}
.AnyTagClassName
{
color: #C44CE0;
}
</style>
background-color css
<style>
a { background-color: #C44CE0; }
a { background-color: rgb(196,76,224); }
div.DivClassName
{
background-color: #C44CE0;
}
.BgClassName
{
background-color: #C44CE0;
}
</style>
border-color css
<style>
span { border-color: #C44CE0; }
span { border-color: rgb(196,76,224); }
td.TdClassName
{
border-color: #C44CE0;
}
.TagClassName
{
border-color: #C44CE0;
}
</style>