Shades of Medium Orchid #C044F8
Tints of Medium Orchid #C044F8
RGB
CMYK
RGB Variations
Color information
#C044F8 (or 0xC044F8) is known color: Medium Orchid. HEX triplet: C0, 44 and F8. RGB value is (192,68,248). Sum of RGB (Red+Green+Blue) = 192+68+248=508 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.80% from 508); Green value is 68 (26.95% from 255 or 13.39% from 508); Blue value is 248 (97.27% from 255 or 48.82% from 508); Max value from RGB is 248 - color contains mainly: blue. Hex color #C044F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C044F8 is #3FBB07. Grayscale: #7D7D7D. Windows color (decimal): -4176648 or 16270528. OLE color: 16270528.
HSL color Cylindrical-coordinate representation of color #C044F8: hue angle of 281.33º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C044F8 is Cyan = 0.23, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 192 | 68 | 248 | - |
| CMYK | 0.23 | 0.73 | 0 | 0.03 |
| HSL | 281.33º | 0.93% | 0.62% | - |
| HSV(B) | 281.33º | 0.73% | 0.97% | - |
| XYZ | 40.75 | 22.12 | 90.93 | - |
| YUV | 125.6 | 197.08 | 175.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 68 | 248 | 0.23 | 0.73 | 0 | 0.03 | 281.33 | 0.93 | 0.62 |
| Hex | C0 | 44 | F8 | 17 | 49 | 0 | 3 | 119 | 5D | 3E |
| Octal | 300 | 104 | 370 | 27 | 111 | 0 | 3 | 431 | 135 | 76 |
| Binary | 11000000 | 1000100 | 11111000 | 10111 | 1001001 | 0 | 11 | 100011001 | 1011101 | 111110 |
Color Harmonies of #C044F8
Complementary color
Monochromatic Colors of #C044F8
Black with #C044F8
Text Example
Text Example
White with #C044F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C044F8; }
p { color: rgb(192,68,248); }
H1.HeaderClassName
{
color: #C044F8;
}
.AnyTagClassName
{
color: #C044F8;
}
</style>
background-color css
<style>
a { background-color: #C044F8; }
a { background-color: rgb(192,68,248); }
div.DivClassName
{
background-color: #C044F8;
}
.BgClassName
{
background-color: #C044F8;
}
</style>
border-color css
<style>
span { border-color: #C044F8; }
span { border-color: rgb(192,68,248); }
td.TdClassName
{
border-color: #C044F8;
}
.TagClassName
{
border-color: #C044F8;
}
</style>