Shades of Medium Orchid #C44EF8
Tints of Medium Orchid #C44EF8
RGB
CMYK
RGB Variations
Color information
#C44EF8 (or 0xC44EF8) is known color: Medium Orchid. HEX triplet: C4, 4E and F8. RGB value is (196,78,248). Sum of RGB (Red+Green+Blue) = 196+78+248=522 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.55% from 522); Green value is 78 (30.86% from 255 or 14.94% from 522); Blue value is 248 (97.27% from 255 or 47.51% from 522); Max value from RGB is 248 - color contains mainly: blue. Hex color #C44EF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C44EF8 is #3BB107. Grayscale: #848484. Windows color (decimal): -3911944 or 16273092. OLE color: 16273092.
HSL color Cylindrical-coordinate representation of color #C44EF8: hue angle of 281.65º 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 #C44EF8 is Cyan = 0.21, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 196 | 78 | 248 | - |
| CMYK | 0.21 | 0.69 | 0 | 0.03 |
| HSL | 281.65º | 0.92% | 0.64% | - |
| HSV(B) | 281.65º | 0.69% | 0.97% | - |
| XYZ | 42.43 | 23.96 | 91.2 | - |
| YUV | 132.66 | 193.09 | 173.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 78 | 248 | 0.21 | 0.69 | 0 | 0.03 | 281.65 | 0.92 | 0.64 |
| Hex | C4 | 4E | F8 | 15 | 45 | 0 | 3 | 11A | 5C | 40 |
| Octal | 304 | 116 | 370 | 25 | 105 | 0 | 3 | 432 | 134 | 100 |
| Binary | 11000100 | 1001110 | 11111000 | 10101 | 1000101 | 0 | 11 | 100011010 | 1011100 | 1000000 |
Color Harmonies of #C44EF8
Complementary color
Monochromatic Colors of #C44EF8
Black with #C44EF8
Text Example
Text Example
White with #C44EF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44EF8; }
p { color: rgb(196,78,248); }
H1.HeaderClassName
{
color: #C44EF8;
}
.AnyTagClassName
{
color: #C44EF8;
}
</style>
background-color css
<style>
a { background-color: #C44EF8; }
a { background-color: rgb(196,78,248); }
div.DivClassName
{
background-color: #C44EF8;
}
.BgClassName
{
background-color: #C44EF8;
}
</style>
border-color css
<style>
span { border-color: #C44EF8; }
span { border-color: rgb(196,78,248); }
td.TdClassName
{
border-color: #C44EF8;
}
.TagClassName
{
border-color: #C44EF8;
}
</style>