Shades of Medium Orchid #C040FB
Tints of Medium Orchid #C040FB
RGB
CMYK
RGB Variations
Color information
#C040FB (or 0xC040FB) is known color: Medium Orchid. HEX triplet: C0, 40 and FB. RGB value is (192,64,251). Sum of RGB (Red+Green+Blue) = 192+64+251=507 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.87% from 507); Green value is 64 (25.39% from 255 or 12.62% from 507); Blue value is 251 (98.44% from 255 or 49.51% from 507); Max value from RGB is 251 - color contains mainly: blue. Hex color #C040FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C040FB is #3FBF04. Grayscale: #7A7A7A. Windows color (decimal): -4177669 or 16466112. OLE color: 16466112.
HSL color Cylindrical-coordinate representation of color #C040FB: hue angle of 281.07º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C040FB is Cyan = 0.24, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 64 | 251 | - |
| CMYK | 0.24 | 0.75 | 0 | 0.02 |
| HSL | 281.07º | 0.96% | 0.62% | - |
| HSV(B) | 281.07º | 0.75% | 0.98% | - |
| XYZ | 40.98 | 21.84 | 93.32 | - |
| YUV | 123.59 | 199.91 | 176.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 64 | 251 | 0.24 | 0.75 | 0 | 0.02 | 281.07 | 0.96 | 0.62 |
| Hex | C0 | 40 | FB | 18 | 4B | 0 | 2 | 119 | 60 | 3E |
| Octal | 300 | 100 | 373 | 30 | 113 | 0 | 2 | 431 | 140 | 76 |
| Binary | 11000000 | 1000000 | 11111011 | 11000 | 1001011 | 0 | 10 | 100011001 | 1100000 | 111110 |
Color Harmonies of #C040FB
Complementary color
Monochromatic Colors of #C040FB
Black with #C040FB
Text Example
Text Example
White with #C040FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C040FB; }
p { color: rgb(192,64,251); }
H1.HeaderClassName
{
color: #C040FB;
}
.AnyTagClassName
{
color: #C040FB;
}
</style>
background-color css
<style>
a { background-color: #C040FB; }
a { background-color: rgb(192,64,251); }
div.DivClassName
{
background-color: #C040FB;
}
.BgClassName
{
background-color: #C040FB;
}
</style>
border-color css
<style>
span { border-color: #C040FB; }
span { border-color: rgb(192,64,251); }
td.TdClassName
{
border-color: #C040FB;
}
.TagClassName
{
border-color: #C040FB;
}
</style>