Shades of Medium Orchid #C041FA
Tints of Medium Orchid #C041FA
RGB
CMYK
RGB Variations
Color information
#C041FA (or 0xC041FA) is known color: Medium Orchid. HEX triplet: C0, 41 and FA. RGB value is (192,65,250). Sum of RGB (Red+Green+Blue) = 192+65+250=507 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.87% from 507); Green value is 65 (25.78% from 255 or 12.82% from 507); Blue value is 250 (98.05% from 255 or 49.31% from 507); Max value from RGB is 250 - color contains mainly: blue. Hex color #C041FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C041FA is #3FBE05. Grayscale: #7B7B7B. Windows color (decimal): -4177414 or 16400832. OLE color: 16400832.
HSL color Cylindrical-coordinate representation of color #C041FA: hue angle of 281.19º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C041FA is Cyan = 0.23, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 65 | 250 | - |
| CMYK | 0.23 | 0.74 | 0 | 0.02 |
| HSL | 281.19º | 0.95% | 0.62% | - |
| HSV(B) | 281.19º | 0.74% | 0.98% | - |
| XYZ | 40.88 | 21.89 | 92.51 | - |
| YUV | 124.06 | 199.08 | 176.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 65 | 250 | 0.23 | 0.74 | 0 | 0.02 | 281.19 | 0.95 | 0.62 |
| Hex | C0 | 41 | FA | 17 | 4A | 0 | 2 | 119 | 5F | 3E |
| Octal | 300 | 101 | 372 | 27 | 112 | 0 | 2 | 431 | 137 | 76 |
| Binary | 11000000 | 1000001 | 11111010 | 10111 | 1001010 | 0 | 10 | 100011001 | 1011111 | 111110 |
Color Harmonies of #C041FA
Complementary color
Monochromatic Colors of #C041FA
Black with #C041FA
Text Example
Text Example
White with #C041FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C041FA; }
p { color: rgb(192,65,250); }
H1.HeaderClassName
{
color: #C041FA;
}
.AnyTagClassName
{
color: #C041FA;
}
</style>
background-color css
<style>
a { background-color: #C041FA; }
a { background-color: rgb(192,65,250); }
div.DivClassName
{
background-color: #C041FA;
}
.BgClassName
{
background-color: #C041FA;
}
</style>
border-color css
<style>
span { border-color: #C041FA; }
span { border-color: rgb(192,65,250); }
td.TdClassName
{
border-color: #C041FA;
}
.TagClassName
{
border-color: #C041FA;
}
</style>