Shades of Medium Orchid #C44FED
Tints of Medium Orchid #C44FED
RGB
CMYK
RGB Variations
Color information
#C44FED (or 0xC44FED) is known color: Medium Orchid. HEX triplet: C4, 4F and ED. RGB value is (196,79,237). Sum of RGB (Red+Green+Blue) = 196+79+237=512 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.28% from 512); Green value is 79 (31.25% from 255 or 15.43% from 512); Blue value is 237 (92.97% from 255 or 46.29% from 512); Max value from RGB is 237 - color contains mainly: blue. Hex color #C44FED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C44FED is #3BB012. Grayscale: #838383. Windows color (decimal): -3911699 or 15552452. OLE color: 15552452.
HSL color Cylindrical-coordinate representation of color #C44FED: hue angle of 284.43º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C44FED is Cyan = 0.17, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 79 | 237 | - |
| CMYK | 0.17 | 0.67 | 0 | 0.07 |
| HSL | 284.43º | 0.81% | 0.62% | - |
| HSV(B) | 284.43º | 0.67% | 0.93% | - |
| XYZ | 40.85 | 23.44 | 82.49 | - |
| YUV | 132 | 187.26 | 173.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 79 | 237 | 0.17 | 0.67 | 0 | 0.07 | 284.43 | 0.81 | 0.62 |
| Hex | C4 | 4F | ED | 11 | 43 | 0 | 7 | 11C | 51 | 3E |
| Octal | 304 | 117 | 355 | 21 | 103 | 0 | 7 | 434 | 121 | 76 |
| Binary | 11000100 | 1001111 | 11101101 | 10001 | 1000011 | 0 | 111 | 100011100 | 1010001 | 111110 |
Color Harmonies of #C44FED
Complementary color
Monochromatic Colors of #C44FED
Black with #C44FED
Text Example
Text Example
White with #C44FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44FED; }
p { color: rgb(196,79,237); }
H1.HeaderClassName
{
color: #C44FED;
}
.AnyTagClassName
{
color: #C44FED;
}
</style>
background-color css
<style>
a { background-color: #C44FED; }
a { background-color: rgb(196,79,237); }
div.DivClassName
{
background-color: #C44FED;
}
.BgClassName
{
background-color: #C44FED;
}
</style>
border-color css
<style>
span { border-color: #C44FED; }
span { border-color: rgb(196,79,237); }
td.TdClassName
{
border-color: #C44FED;
}
.TagClassName
{
border-color: #C44FED;
}
</style>