Shades of Medium Orchid #C041FB
Tints of Medium Orchid #C041FB
RGB
CMYK
RGB Variations
Color information
#C041FB (or 0xC041FB) is known color: Medium Orchid. HEX triplet: C0, 41 and FB. RGB value is (192,65,251). Sum of RGB (Red+Green+Blue) = 192+65+251=508 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.80% from 508); Green value is 65 (25.78% from 255 or 12.80% from 508); Blue value is 251 (98.44% from 255 or 49.41% from 508); Max value from RGB is 251 - color contains mainly: blue. Hex color #C041FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C041FB is #3FBE04. Grayscale: #7B7B7B. Windows color (decimal): -4177413 or 16466368. OLE color: 16466368.
HSL color Cylindrical-coordinate representation of color #C041FB: hue angle of 280.97º degrees, saturation: 0.96, 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 #C041FB is Cyan = 0.24, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 65 | 251 | - |
| CMYK | 0.24 | 0.74 | 0 | 0.02 |
| HSL | 280.97º | 0.96% | 0.62% | - |
| HSV(B) | 280.97º | 0.74% | 0.98% | - |
| XYZ | 41.04 | 21.95 | 93.34 | - |
| YUV | 124.18 | 199.58 | 176.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 65 | 251 | 0.24 | 0.74 | 0 | 0.02 | 280.97 | 0.96 | 0.62 |
| Hex | C0 | 41 | FB | 18 | 4A | 0 | 2 | 119 | 60 | 3E |
| Octal | 300 | 101 | 373 | 30 | 112 | 0 | 2 | 431 | 140 | 76 |
| Binary | 11000000 | 1000001 | 11111011 | 11000 | 1001010 | 0 | 10 | 100011001 | 1100000 | 111110 |
Color Harmonies of #C041FB
Complementary color
Monochromatic Colors of #C041FB
Black with #C041FB
Text Example
Text Example
White with #C041FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C041FB; }
p { color: rgb(192,65,251); }
H1.HeaderClassName
{
color: #C041FB;
}
.AnyTagClassName
{
color: #C041FB;
}
</style>
background-color css
<style>
a { background-color: #C041FB; }
a { background-color: rgb(192,65,251); }
div.DivClassName
{
background-color: #C041FB;
}
.BgClassName
{
background-color: #C041FB;
}
</style>
border-color css
<style>
span { border-color: #C041FB; }
span { border-color: rgb(192,65,251); }
td.TdClassName
{
border-color: #C041FB;
}
.TagClassName
{
border-color: #C041FB;
}
</style>