Shades of Medium Orchid #C041FC
Tints of Medium Orchid #C041FC
RGB
CMYK
RGB Variations
Color information
#C041FC (or 0xC041FC) is known color: Medium Orchid. HEX triplet: C0, 41 and FC. RGB value is (192,65,252). Sum of RGB (Red+Green+Blue) = 192+65+252=509 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.72% from 509); Green value is 65 (25.78% from 255 or 12.77% from 509); Blue value is 252 (98.83% from 255 or 49.51% from 509); Max value from RGB is 252 - color contains mainly: blue. Hex color #C041FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C041FC is #3FBE03. Grayscale: #7B7B7B. Windows color (decimal): -4177412 or 16531904. OLE color: 16531904.
HSL color Cylindrical-coordinate representation of color #C041FC: hue angle of 280.75º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C041FC is Cyan = 0.24, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 65 | 252 | - |
| CMYK | 0.24 | 0.74 | 0 | 0.01 |
| HSL | 280.75º | 0.97% | 0.62% | - |
| HSV(B) | 280.75º | 0.74% | 0.99% | - |
| XYZ | 41.2 | 22.02 | 94.17 | - |
| YUV | 124.29 | 200.08 | 176.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 65 | 252 | 0.24 | 0.74 | 0 | 0.01 | 280.75 | 0.97 | 0.62 |
| Hex | C0 | 41 | FC | 18 | 4A | 0 | 1 | 119 | 61 | 3E |
| Octal | 300 | 101 | 374 | 30 | 112 | 0 | 1 | 431 | 141 | 76 |
| Binary | 11000000 | 1000001 | 11111100 | 11000 | 1001010 | 0 | 1 | 100011001 | 1100001 | 111110 |
Color Harmonies of #C041FC
Complementary color
Monochromatic Colors of #C041FC
Black with #C041FC
Text Example
Text Example
White with #C041FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C041FC; }
p { color: rgb(192,65,252); }
H1.HeaderClassName
{
color: #C041FC;
}
.AnyTagClassName
{
color: #C041FC;
}
</style>
background-color css
<style>
a { background-color: #C041FC; }
a { background-color: rgb(192,65,252); }
div.DivClassName
{
background-color: #C041FC;
}
.BgClassName
{
background-color: #C041FC;
}
</style>
border-color css
<style>
span { border-color: #C041FC; }
span { border-color: rgb(192,65,252); }
td.TdClassName
{
border-color: #C041FC;
}
.TagClassName
{
border-color: #C041FC;
}
</style>