Shades of Medium Orchid #C044FB
Tints of Medium Orchid #C044FB
RGB
CMYK
RGB Variations
Color information
#C044FB (or 0xC044FB) is known color: Medium Orchid. HEX triplet: C0, 44 and FB. RGB value is (192,68,251). Sum of RGB (Red+Green+Blue) = 192+68+251=511 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.57% from 511); Green value is 68 (26.95% from 255 or 13.31% from 511); Blue value is 251 (98.44% from 255 or 49.12% from 511); Max value from RGB is 251 - color contains mainly: blue. Hex color #C044FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C044FB is #3FBB04. Grayscale: #7D7D7D. Windows color (decimal): -4176645 or 16467136. OLE color: 16467136.
HSL color Cylindrical-coordinate representation of color #C044FB: hue angle of 280.66º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C044FB is Cyan = 0.24, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 68 | 251 | - |
| CMYK | 0.24 | 0.73 | 0 | 0.02 |
| HSL | 280.66º | 0.96% | 0.63% | - |
| HSV(B) | 280.66º | 0.73% | 0.98% | - |
| XYZ | 41.22 | 22.31 | 93.4 | - |
| YUV | 125.94 | 198.58 | 175.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 68 | 251 | 0.24 | 0.73 | 0 | 0.02 | 280.66 | 0.96 | 0.63 |
| Hex | C0 | 44 | FB | 18 | 49 | 0 | 2 | 119 | 60 | 3F |
| Octal | 300 | 104 | 373 | 30 | 111 | 0 | 2 | 431 | 140 | 77 |
| Binary | 11000000 | 1000100 | 11111011 | 11000 | 1001001 | 0 | 10 | 100011001 | 1100000 | 111111 |
Color Harmonies of #C044FB
Complementary color
Monochromatic Colors of #C044FB
Black with #C044FB
Text Example
Text Example
White with #C044FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C044FB; }
p { color: rgb(192,68,251); }
H1.HeaderClassName
{
color: #C044FB;
}
.AnyTagClassName
{
color: #C044FB;
}
</style>
background-color css
<style>
a { background-color: #C044FB; }
a { background-color: rgb(192,68,251); }
div.DivClassName
{
background-color: #C044FB;
}
.BgClassName
{
background-color: #C044FB;
}
</style>
border-color css
<style>
span { border-color: #C044FB; }
span { border-color: rgb(192,68,251); }
td.TdClassName
{
border-color: #C044FB;
}
.TagClassName
{
border-color: #C044FB;
}
</style>