Shades of Medium Orchid #C44DFC
Tints of Medium Orchid #C44DFC
RGB
CMYK
RGB Variations
Color information
#C44DFC (or 0xC44DFC) is known color: Medium Orchid. HEX triplet: C4, 4D and FC. RGB value is (196,77,252). Sum of RGB (Red+Green+Blue) = 196+77+252=525 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.33% from 525); Green value is 77 (30.47% from 255 or 14.67% from 525); Blue value is 252 (98.83% from 255 or 48% from 525); Max value from RGB is 252 - color contains mainly: blue. Hex color #C44DFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C44DFC is #3BB203. Grayscale: #838383. Windows color (decimal): -3912196 or 16534980. OLE color: 16534980.
HSL color Cylindrical-coordinate representation of color #C44DFC: hue angle of 280.8º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C44DFC is Cyan = 0.22, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 196 | 77 | 252 | - |
| CMYK | 0.22 | 0.69 | 0 | 0.01 |
| HSL | 280.8º | 0.97% | 0.65% | - |
| HSV(B) | 280.8º | 0.69% | 0.99% | - |
| XYZ | 42.99 | 24.07 | 94.48 | - |
| YUV | 132.53 | 195.42 | 173.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 77 | 252 | 0.22 | 0.69 | 0 | 0.01 | 280.8 | 0.97 | 0.65 |
| Hex | C4 | 4D | FC | 16 | 45 | 0 | 1 | 119 | 61 | 41 |
| Octal | 304 | 115 | 374 | 26 | 105 | 0 | 1 | 431 | 141 | 101 |
| Binary | 11000100 | 1001101 | 11111100 | 10110 | 1000101 | 0 | 1 | 100011001 | 1100001 | 1000001 |
Color Harmonies of #C44DFC
Complementary color
Monochromatic Colors of #C44DFC
Black with #C44DFC
Text Example
Text Example
White with #C44DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44DFC; }
p { color: rgb(196,77,252); }
H1.HeaderClassName
{
color: #C44DFC;
}
.AnyTagClassName
{
color: #C44DFC;
}
</style>
background-color css
<style>
a { background-color: #C44DFC; }
a { background-color: rgb(196,77,252); }
div.DivClassName
{
background-color: #C44DFC;
}
.BgClassName
{
background-color: #C44DFC;
}
</style>
border-color css
<style>
span { border-color: #C44DFC; }
span { border-color: rgb(196,77,252); }
td.TdClassName
{
border-color: #C44DFC;
}
.TagClassName
{
border-color: #C44DFC;
}
</style>