Shades of Medium Orchid #C044F5
Tints of Medium Orchid #C044F5
RGB
CMYK
RGB Variations
Color information
#C044F5 (or 0xC044F5) is known color: Medium Orchid. HEX triplet: C0, 44 and F5. RGB value is (192,68,245). Sum of RGB (Red+Green+Blue) = 192+68+245=505 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.02% from 505); Green value is 68 (26.95% from 255 or 13.47% from 505); Blue value is 245 (96.09% from 255 or 48.51% from 505); Max value from RGB is 245 - color contains mainly: blue. Hex color #C044F5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C044F5 is #3FBB0A. Grayscale: #7C7C7C. Windows color (decimal): -4176651 or 16073920. OLE color: 16073920.
HSL color Cylindrical-coordinate representation of color #C044F5: hue angle of 282.03º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C044F5 is Cyan = 0.22, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 192 | 68 | 245 | - |
| CMYK | 0.22 | 0.72 | 0 | 0.04 |
| HSL | 282.03º | 0.9% | 0.61% | - |
| HSV(B) | 282.03º | 0.72% | 0.96% | - |
| XYZ | 40.29 | 21.93 | 88.5 | - |
| YUV | 125.25 | 195.58 | 175.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 68 | 245 | 0.22 | 0.72 | 0 | 0.04 | 282.03 | 0.9 | 0.61 |
| Hex | C0 | 44 | F5 | 16 | 48 | 0 | 4 | 11A | 5A | 3D |
| Octal | 300 | 104 | 365 | 26 | 110 | 0 | 4 | 432 | 132 | 75 |
| Binary | 11000000 | 1000100 | 11110101 | 10110 | 1001000 | 0 | 100 | 100011010 | 1011010 | 111101 |
Color Harmonies of #C044F5
Complementary color
Monochromatic Colors of #C044F5
Black with #C044F5
Text Example
Text Example
White with #C044F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C044F5; }
p { color: rgb(192,68,245); }
H1.HeaderClassName
{
color: #C044F5;
}
.AnyTagClassName
{
color: #C044F5;
}
</style>
background-color css
<style>
a { background-color: #C044F5; }
a { background-color: rgb(192,68,245); }
div.DivClassName
{
background-color: #C044F5;
}
.BgClassName
{
background-color: #C044F5;
}
</style>
border-color css
<style>
span { border-color: #C044F5; }
span { border-color: rgb(192,68,245); }
td.TdClassName
{
border-color: #C044F5;
}
.TagClassName
{
border-color: #C044F5;
}
</style>