Shades of Medium Orchid #C140F9
Tints of Medium Orchid #C140F9
RGB
CMYK
RGB Variations
Color information
#C140F9 (or 0xC140F9) is known color: Medium Orchid. HEX triplet: C1, 40 and F9. RGB value is (193,64,249). Sum of RGB (Red+Green+Blue) = 193+64+249=506 (67% of max value = 765). Red value is 193 (75.78% from 255 or 38.14% from 506); Green value is 64 (25.39% from 255 or 12.65% from 506); Blue value is 249 (97.66% from 255 or 49.21% from 506); Max value from RGB is 249 - color contains mainly: blue. Hex color #C140F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C140F9 is #3EBF06. Grayscale: #7B7B7B. Windows color (decimal): -4112135 or 16335041. OLE color: 16335041.
HSL color Cylindrical-coordinate representation of color #C140F9: hue angle of 281.84º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C140F9 is Cyan = 0.22, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 64 | 249 | - |
| CMYK | 0.22 | 0.74 | 0 | 0.02 |
| HSL | 281.84º | 0.94% | 0.61% | - |
| HSV(B) | 281.84º | 0.74% | 0.98% | - |
| XYZ | 40.92 | 21.84 | 91.68 | - |
| YUV | 123.66 | 198.74 | 177.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 64 | 249 | 0.22 | 0.74 | 0 | 0.02 | 281.84 | 0.94 | 0.61 |
| Hex | C1 | 40 | F9 | 16 | 4A | 0 | 2 | 11A | 5E | 3D |
| Octal | 301 | 100 | 371 | 26 | 112 | 0 | 2 | 432 | 136 | 75 |
| Binary | 11000001 | 1000000 | 11111001 | 10110 | 1001010 | 0 | 10 | 100011010 | 1011110 | 111101 |
Color Harmonies of #C140F9
Complementary color
Monochromatic Colors of #C140F9
Black with #C140F9
Text Example
Text Example
White with #C140F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C140F9; }
p { color: rgb(193,64,249); }
H1.HeaderClassName
{
color: #C140F9;
}
.AnyTagClassName
{
color: #C140F9;
}
</style>
background-color css
<style>
a { background-color: #C140F9; }
a { background-color: rgb(193,64,249); }
div.DivClassName
{
background-color: #C140F9;
}
.BgClassName
{
background-color: #C140F9;
}
</style>
border-color css
<style>
span { border-color: #C140F9; }
span { border-color: rgb(193,64,249); }
td.TdClassName
{
border-color: #C140F9;
}
.TagClassName
{
border-color: #C140F9;
}
</style>