Shades of Medium Orchid #C44AFA
Tints of Medium Orchid #C44AFA
RGB
CMYK
RGB Variations
Color information
#C44AFA (or 0xC44AFA) is known color: Medium Orchid. HEX triplet: C4, 4A and FA. RGB value is (196,74,250). Sum of RGB (Red+Green+Blue) = 196+74+250=520 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.69% from 520); Green value is 74 (29.30% from 255 or 14.23% from 520); Blue value is 250 (98.05% from 255 or 48.08% from 520); Max value from RGB is 250 - color contains mainly: blue. Hex color #C44AFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C44AFA is #3BB505. Grayscale: #818181. Windows color (decimal): -3912966 or 16403140. OLE color: 16403140.
HSL color Cylindrical-coordinate representation of color #C44AFA: hue angle of 281.59º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C44AFA is Cyan = 0.22, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 196 | 74 | 250 | - |
| CMYK | 0.22 | 0.70 | 0 | 0.02 |
| HSL | 281.59º | 0.95% | 0.64% | - |
| HSV(B) | 281.59º | 0.7% | 0.98% | - |
| XYZ | 42.47 | 23.54 | 92.75 | - |
| YUV | 130.54 | 195.42 | 174.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 74 | 250 | 0.22 | 0.70 | 0 | 0.02 | 281.59 | 0.95 | 0.64 |
| Hex | C4 | 4A | FA | 16 | 46 | 0 | 2 | 11A | 5F | 40 |
| Octal | 304 | 112 | 372 | 26 | 106 | 0 | 2 | 432 | 137 | 100 |
| Binary | 11000100 | 1001010 | 11111010 | 10110 | 1000110 | 0 | 10 | 100011010 | 1011111 | 1000000 |
Color Harmonies of #C44AFA
Complementary color
Monochromatic Colors of #C44AFA
Black with #C44AFA
Text Example
Text Example
White with #C44AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44AFA; }
p { color: rgb(196,74,250); }
H1.HeaderClassName
{
color: #C44AFA;
}
.AnyTagClassName
{
color: #C44AFA;
}
</style>
background-color css
<style>
a { background-color: #C44AFA; }
a { background-color: rgb(196,74,250); }
div.DivClassName
{
background-color: #C44AFA;
}
.BgClassName
{
background-color: #C44AFA;
}
</style>
border-color css
<style>
span { border-color: #C44AFA; }
span { border-color: rgb(196,74,250); }
td.TdClassName
{
border-color: #C44AFA;
}
.TagClassName
{
border-color: #C44AFA;
}
</style>