Shades of Medium Orchid #C44DF7
Tints of Medium Orchid #C44DF7
RGB
CMYK
RGB Variations
Color information
#C44DF7 (or 0xC44DF7) is known color: Medium Orchid. HEX triplet: C4, 4D and F7. RGB value is (196,77,247). Sum of RGB (Red+Green+Blue) = 196+77+247=520 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.69% from 520); Green value is 77 (30.47% from 255 or 14.81% from 520); Blue value is 247 (96.88% from 255 or 47.5% from 520); Max value from RGB is 247 - color contains mainly: blue. Hex color #C44DF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C44DF7 is #3BB208. Grayscale: #838383. Windows color (decimal): -3912201 or 16207300. OLE color: 16207300.
HSL color Cylindrical-coordinate representation of color #C44DF7: hue angle of 282º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C44DF7 is Cyan = 0.21, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 196 | 77 | 247 | - |
| CMYK | 0.21 | 0.69 | 0 | 0.03 |
| HSL | 282º | 0.91% | 0.64% | - |
| HSV(B) | 282º | 0.69% | 0.97% | - |
| XYZ | 42.21 | 23.76 | 90.36 | - |
| YUV | 131.96 | 192.92 | 173.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 77 | 247 | 0.21 | 0.69 | 0 | 0.03 | 282 | 0.91 | 0.64 |
| Hex | C4 | 4D | F7 | 15 | 45 | 0 | 3 | 11A | 5B | 40 |
| Octal | 304 | 115 | 367 | 25 | 105 | 0 | 3 | 432 | 133 | 100 |
| Binary | 11000100 | 1001101 | 11110111 | 10101 | 1000101 | 0 | 11 | 100011010 | 1011011 | 1000000 |
Color Harmonies of #C44DF7
Complementary color
Monochromatic Colors of #C44DF7
Black with #C44DF7
Text Example
Text Example
White with #C44DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44DF7; }
p { color: rgb(196,77,247); }
H1.HeaderClassName
{
color: #C44DF7;
}
.AnyTagClassName
{
color: #C44DF7;
}
</style>
background-color css
<style>
a { background-color: #C44DF7; }
a { background-color: rgb(196,77,247); }
div.DivClassName
{
background-color: #C44DF7;
}
.BgClassName
{
background-color: #C44DF7;
}
</style>
border-color css
<style>
span { border-color: #C44DF7; }
span { border-color: rgb(196,77,247); }
td.TdClassName
{
border-color: #C44DF7;
}
.TagClassName
{
border-color: #C44DF7;
}
</style>