Shades of Medium Orchid #C44DFA
Tints of Medium Orchid #C44DFA
RGB
CMYK
RGB Variations
Color information
#C44DFA (or 0xC44DFA) is known color: Medium Orchid. HEX triplet: C4, 4D and FA. RGB value is (196,77,250). Sum of RGB (Red+Green+Blue) = 196+77+250=523 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.48% from 523); Green value is 77 (30.47% from 255 or 14.72% from 523); Blue value is 250 (98.05% from 255 or 47.80% from 523); Max value from RGB is 250 - color contains mainly: blue. Hex color #C44DFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C44DFA is #3BB205. Grayscale: #838383. Windows color (decimal): -3912198 or 16403908. OLE color: 16403908.
HSL color Cylindrical-coordinate representation of color #C44DFA: hue angle of 281.27º 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 #C44DFA is Cyan = 0.22, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 196 | 77 | 250 | - |
| CMYK | 0.22 | 0.69 | 0 | 0.02 |
| HSL | 281.27º | 0.95% | 0.64% | - |
| HSV(B) | 281.27º | 0.69% | 0.98% | - |
| XYZ | 42.67 | 23.95 | 92.82 | - |
| YUV | 132.3 | 194.42 | 173.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 77 | 250 | 0.22 | 0.69 | 0 | 0.02 | 281.27 | 0.95 | 0.64 |
| Hex | C4 | 4D | FA | 16 | 45 | 0 | 2 | 119 | 5F | 40 |
| Octal | 304 | 115 | 372 | 26 | 105 | 0 | 2 | 431 | 137 | 100 |
| Binary | 11000100 | 1001101 | 11111010 | 10110 | 1000101 | 0 | 10 | 100011001 | 1011111 | 1000000 |
Color Harmonies of #C44DFA
Complementary color
Monochromatic Colors of #C44DFA
Black with #C44DFA
Text Example
Text Example
White with #C44DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44DFA; }
p { color: rgb(196,77,250); }
H1.HeaderClassName
{
color: #C44DFA;
}
.AnyTagClassName
{
color: #C44DFA;
}
</style>
background-color css
<style>
a { background-color: #C44DFA; }
a { background-color: rgb(196,77,250); }
div.DivClassName
{
background-color: #C44DFA;
}
.BgClassName
{
background-color: #C44DFA;
}
</style>
border-color css
<style>
span { border-color: #C44DFA; }
span { border-color: rgb(196,77,250); }
td.TdClassName
{
border-color: #C44DFA;
}
.TagClassName
{
border-color: #C44DFA;
}
</style>