Shades of Medium Orchid #C44CFC
Tints of Medium Orchid #C44CFC
RGB
CMYK
RGB Variations
Color information
#C44CFC (or 0xC44CFC) is known color: Medium Orchid. HEX triplet: C4, 4C and FC. RGB value is (196,76,252). Sum of RGB (Red+Green+Blue) = 196+76+252=524 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.40% from 524); Green value is 76 (30.08% from 255 or 14.50% from 524); Blue value is 252 (98.83% from 255 or 48.09% from 524); Max value from RGB is 252 - color contains mainly: blue. Hex color #C44CFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C44CFC is #3BB303. Grayscale: #838383. Windows color (decimal): -3912452 or 16534724. OLE color: 16534724.
HSL color Cylindrical-coordinate representation of color #C44CFC: hue angle of 280.91º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C44CFC is Cyan = 0.22, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 196 | 76 | 252 | - |
| CMYK | 0.22 | 0.70 | 0 | 0.01 |
| HSL | 280.91º | 0.97% | 0.64% | - |
| HSV(B) | 280.91º | 0.7% | 0.99% | - |
| XYZ | 42.92 | 23.93 | 94.45 | - |
| YUV | 131.94 | 195.76 | 173.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 76 | 252 | 0.22 | 0.70 | 0 | 0.01 | 280.91 | 0.97 | 0.64 |
| Hex | C4 | 4C | FC | 16 | 46 | 0 | 1 | 119 | 61 | 40 |
| Octal | 304 | 114 | 374 | 26 | 106 | 0 | 1 | 431 | 141 | 100 |
| Binary | 11000100 | 1001100 | 11111100 | 10110 | 1000110 | 0 | 1 | 100011001 | 1100001 | 1000000 |
Color Harmonies of #C44CFC
Complementary color
Monochromatic Colors of #C44CFC
Black with #C44CFC
Text Example
Text Example
White with #C44CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44CFC; }
p { color: rgb(196,76,252); }
H1.HeaderClassName
{
color: #C44CFC;
}
.AnyTagClassName
{
color: #C44CFC;
}
</style>
background-color css
<style>
a { background-color: #C44CFC; }
a { background-color: rgb(196,76,252); }
div.DivClassName
{
background-color: #C44CFC;
}
.BgClassName
{
background-color: #C44CFC;
}
</style>
border-color css
<style>
span { border-color: #C44CFC; }
span { border-color: rgb(196,76,252); }
td.TdClassName
{
border-color: #C44CFC;
}
.TagClassName
{
border-color: #C44CFC;
}
</style>