Shades of Medium Orchid #C44DF8
Tints of Medium Orchid #C44DF8
RGB
CMYK
RGB Variations
Color information
#C44DF8 (or 0xC44DF8) is known color: Medium Orchid. HEX triplet: C4, 4D and F8. RGB value is (196,77,248). Sum of RGB (Red+Green+Blue) = 196+77+248=521 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.62% from 521); Green value is 77 (30.47% from 255 or 14.78% from 521); Blue value is 248 (97.27% from 255 or 47.60% from 521); Max value from RGB is 248 - color contains mainly: blue. Hex color #C44DF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C44DF8 is #3BB207. Grayscale: #838383. Windows color (decimal): -3912200 or 16272836. OLE color: 16272836.
HSL color Cylindrical-coordinate representation of color #C44DF8: hue angle of 281.75º degrees, saturation: 0.92, 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 #C44DF8 is Cyan = 0.21, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 196 | 77 | 248 | - |
| CMYK | 0.21 | 0.69 | 0 | 0.03 |
| HSL | 281.75º | 0.92% | 0.64% | - |
| HSV(B) | 281.75º | 0.69% | 0.97% | - |
| XYZ | 42.36 | 23.82 | 91.17 | - |
| YUV | 132.08 | 193.42 | 173.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 77 | 248 | 0.21 | 0.69 | 0 | 0.03 | 281.75 | 0.92 | 0.64 |
| Hex | C4 | 4D | F8 | 15 | 45 | 0 | 3 | 11A | 5C | 40 |
| Octal | 304 | 115 | 370 | 25 | 105 | 0 | 3 | 432 | 134 | 100 |
| Binary | 11000100 | 1001101 | 11111000 | 10101 | 1000101 | 0 | 11 | 100011010 | 1011100 | 1000000 |
Color Harmonies of #C44DF8
Complementary color
Monochromatic Colors of #C44DF8
Black with #C44DF8
Text Example
Text Example
White with #C44DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44DF8; }
p { color: rgb(196,77,248); }
H1.HeaderClassName
{
color: #C44DF8;
}
.AnyTagClassName
{
color: #C44DF8;
}
</style>
background-color css
<style>
a { background-color: #C44DF8; }
a { background-color: rgb(196,77,248); }
div.DivClassName
{
background-color: #C44DF8;
}
.BgClassName
{
background-color: #C44DF8;
}
</style>
border-color css
<style>
span { border-color: #C44DF8; }
span { border-color: rgb(196,77,248); }
td.TdClassName
{
border-color: #C44DF8;
}
.TagClassName
{
border-color: #C44DF8;
}
</style>