Shades of Medium Orchid #C44EFA
Tints of Medium Orchid #C44EFA
RGB
CMYK
RGB Variations
Color information
#C44EFA (or 0xC44EFA) is known color: Medium Orchid. HEX triplet: C4, 4E and FA. RGB value is (196,78,250). Sum of RGB (Red+Green+Blue) = 196+78+250=524 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.40% from 524); Green value is 78 (30.86% from 255 or 14.89% from 524); Blue value is 250 (98.05% from 255 or 47.71% from 524); Max value from RGB is 250 - color contains mainly: blue. Hex color #C44EFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C44EFA is #3BB105. Grayscale: #848484. Windows color (decimal): -3911942 or 16404164. OLE color: 16404164.
HSL color Cylindrical-coordinate representation of color #C44EFA: hue angle of 281.16º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C44EFA is Cyan = 0.22, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 196 | 78 | 250 | - |
| CMYK | 0.22 | 0.69 | 0 | 0.02 |
| HSL | 281.16º | 0.95% | 0.64% | - |
| HSV(B) | 281.16º | 0.69% | 0.98% | - |
| XYZ | 42.74 | 24.09 | 92.84 | - |
| YUV | 132.89 | 194.09 | 173.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 78 | 250 | 0.22 | 0.69 | 0 | 0.02 | 281.16 | 0.95 | 0.64 |
| Hex | C4 | 4E | FA | 16 | 45 | 0 | 2 | 119 | 5F | 40 |
| Octal | 304 | 116 | 372 | 26 | 105 | 0 | 2 | 431 | 137 | 100 |
| Binary | 11000100 | 1001110 | 11111010 | 10110 | 1000101 | 0 | 10 | 100011001 | 1011111 | 1000000 |
Color Harmonies of #C44EFA
Complementary color
Monochromatic Colors of #C44EFA
Black with #C44EFA
Text Example
Text Example
White with #C44EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44EFA; }
p { color: rgb(196,78,250); }
H1.HeaderClassName
{
color: #C44EFA;
}
.AnyTagClassName
{
color: #C44EFA;
}
</style>
background-color css
<style>
a { background-color: #C44EFA; }
a { background-color: rgb(196,78,250); }
div.DivClassName
{
background-color: #C44EFA;
}
.BgClassName
{
background-color: #C44EFA;
}
</style>
border-color css
<style>
span { border-color: #C44EFA; }
span { border-color: rgb(196,78,250); }
td.TdClassName
{
border-color: #C44EFA;
}
.TagClassName
{
border-color: #C44EFA;
}
</style>