Shades of Medium Orchid #C140FC
Tints of Medium Orchid #C140FC
RGB
CMYK
RGB Variations
Color information
#C140FC (or 0xC140FC) is known color: Medium Orchid. HEX triplet: C1, 40 and FC. RGB value is (193,64,252). Sum of RGB (Red+Green+Blue) = 193+64+252=509 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.92% from 509); Green value is 64 (25.39% from 255 or 12.57% 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 #C140FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C140FC is #3EBF03. Grayscale: #7B7B7B. Windows color (decimal): -4112132 or 16531649. OLE color: 16531649.
HSL color Cylindrical-coordinate representation of color #C140FC: hue angle of 281.17º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C140FC is Cyan = 0.23, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 64 | 252 | - |
| CMYK | 0.23 | 0.75 | 0 | 0.01 |
| HSL | 281.17º | 0.97% | 0.62% | - |
| HSV(B) | 281.17º | 0.75% | 0.99% | - |
| XYZ | 41.4 | 22.03 | 94.17 | - |
| YUV | 124 | 200.24 | 177.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 64 | 252 | 0.23 | 0.75 | 0 | 0.01 | 281.17 | 0.97 | 0.62 |
| Hex | C1 | 40 | FC | 17 | 4B | 0 | 1 | 119 | 61 | 3E |
| Octal | 301 | 100 | 374 | 27 | 113 | 0 | 1 | 431 | 141 | 76 |
| Binary | 11000001 | 1000000 | 11111100 | 10111 | 1001011 | 0 | 1 | 100011001 | 1100001 | 111110 |
Color Harmonies of #C140FC
Complementary color
Monochromatic Colors of #C140FC
Black with #C140FC
Text Example
Text Example
White with #C140FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C140FC; }
p { color: rgb(193,64,252); }
H1.HeaderClassName
{
color: #C140FC;
}
.AnyTagClassName
{
color: #C140FC;
}
</style>
background-color css
<style>
a { background-color: #C140FC; }
a { background-color: rgb(193,64,252); }
div.DivClassName
{
background-color: #C140FC;
}
.BgClassName
{
background-color: #C140FC;
}
</style>
border-color css
<style>
span { border-color: #C140FC; }
span { border-color: rgb(193,64,252); }
td.TdClassName
{
border-color: #C140FC;
}
.TagClassName
{
border-color: #C140FC;
}
</style>