Shades of Medium Orchid #C140FB
Tints of Medium Orchid #C140FB
RGB
CMYK
RGB Variations
Color information
#C140FB (or 0xC140FB) is known color: Medium Orchid. HEX triplet: C1, 40 and FB. RGB value is (193,64,251). Sum of RGB (Red+Green+Blue) = 193+64+251=508 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.99% from 508); Green value is 64 (25.39% from 255 or 12.60% 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 #C140FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C140FB is #3EBF04. Grayscale: #7B7B7B. Windows color (decimal): -4112133 or 16466113. OLE color: 16466113.
HSL color Cylindrical-coordinate representation of color #C140FB: hue angle of 281.39º 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 #C140FB is Cyan = 0.23, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 64 | 251 | - |
| CMYK | 0.23 | 0.75 | 0 | 0.02 |
| HSL | 281.39º | 0.96% | 0.62% | - |
| HSV(B) | 281.39º | 0.75% | 0.98% | - |
| XYZ | 41.24 | 21.97 | 93.33 | - |
| YUV | 123.89 | 199.74 | 177.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 64 | 251 | 0.23 | 0.75 | 0 | 0.02 | 281.39 | 0.96 | 0.62 |
| Hex | C1 | 40 | FB | 17 | 4B | 0 | 2 | 119 | 60 | 3E |
| Octal | 301 | 100 | 373 | 27 | 113 | 0 | 2 | 431 | 140 | 76 |
| Binary | 11000001 | 1000000 | 11111011 | 10111 | 1001011 | 0 | 10 | 100011001 | 1100000 | 111110 |
Color Harmonies of #C140FB
Complementary color
Monochromatic Colors of #C140FB
Black with #C140FB
Text Example
Text Example
White with #C140FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C140FB; }
p { color: rgb(193,64,251); }
H1.HeaderClassName
{
color: #C140FB;
}
.AnyTagClassName
{
color: #C140FB;
}
</style>
background-color css
<style>
a { background-color: #C140FB; }
a { background-color: rgb(193,64,251); }
div.DivClassName
{
background-color: #C140FB;
}
.BgClassName
{
background-color: #C140FB;
}
</style>
border-color css
<style>
span { border-color: #C140FB; }
span { border-color: rgb(193,64,251); }
td.TdClassName
{
border-color: #C140FB;
}
.TagClassName
{
border-color: #C140FB;
}
</style>