Shades of Medium Orchid #C044FE
Tints of Medium Orchid #C044FE
RGB
CMYK
RGB Variations
Color information
#C044FE (or 0xC044FE) is known color: Medium Orchid. HEX triplet: C0, 44 and FE. RGB value is (192,68,254). Sum of RGB (Red+Green+Blue) = 192+68+254=514 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.35% from 514); Green value is 68 (26.95% from 255 or 13.23% from 514); Blue value is 254 (99.61% from 255 or 49.42% from 514); Max value from RGB is 254 - color contains mainly: blue. Hex color #C044FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C044FE is #3FBB01. Grayscale: #7D7D7D. Windows color (decimal): -4176642 or 16663744. OLE color: 16663744.
HSL color Cylindrical-coordinate representation of color #C044FE: hue angle of 280º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C044FE is Cyan = 0.24, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 192 | 68 | 254 | - |
| CMYK | 0.24 | 0.73 | 0 | 0.00 |
| HSL | 280º | 0.99% | 0.63% | - |
| HSV(B) | 280º | 0.73% | 1% | - |
| XYZ | 41.69 | 22.5 | 95.91 | - |
| YUV | 126.28 | 200.08 | 174.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 68 | 254 | 0.24 | 0.73 | 0 | 0.00 | 280 | 0.99 | 0.63 |
| Hex | C0 | 44 | FE | 18 | 49 | 0 | 0 | 118 | 63 | 3F |
| Octal | 300 | 104 | 376 | 30 | 111 | 0 | 0 | 430 | 143 | 77 |
| Binary | 11000000 | 1000100 | 11111110 | 11000 | 1001001 | 0 | 0 | 100011000 | 1100011 | 111111 |
Color Harmonies of #C044FE
Complementary color
Monochromatic Colors of #C044FE
Black with #C044FE
Text Example
Text Example
White with #C044FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C044FE; }
p { color: rgb(192,68,254); }
H1.HeaderClassName
{
color: #C044FE;
}
.AnyTagClassName
{
color: #C044FE;
}
</style>
background-color css
<style>
a { background-color: #C044FE; }
a { background-color: rgb(192,68,254); }
div.DivClassName
{
background-color: #C044FE;
}
.BgClassName
{
background-color: #C044FE;
}
</style>
border-color css
<style>
span { border-color: #C044FE; }
span { border-color: rgb(192,68,254); }
td.TdClassName
{
border-color: #C044FE;
}
.TagClassName
{
border-color: #C044FE;
}
</style>