Shades of Medium Orchid #C140FD
Tints of Medium Orchid #C140FD
RGB
CMYK
RGB Variations
Color information
#C140FD (or 0xC140FD) is known color: Medium Orchid. HEX triplet: C1, 40 and FD. RGB value is (193,64,253). Sum of RGB (Red+Green+Blue) = 193+64+253=510 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.84% from 510); Green value is 64 (25.39% from 255 or 12.55% from 510); Blue value is 253 (99.22% from 255 or 49.61% from 510); Max value from RGB is 253 - color contains mainly: blue. Hex color #C140FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C140FD is #3EBF02. Grayscale: #7B7B7B. Windows color (decimal): -4112131 or 16597185. OLE color: 16597185.
HSL color Cylindrical-coordinate representation of color #C140FD: hue angle of 280.95º degrees, saturation: 0.98, 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 #C140FD is Cyan = 0.24, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 64 | 253 | - |
| CMYK | 0.24 | 0.75 | 0 | 0.01 |
| HSL | 280.95º | 0.98% | 0.62% | - |
| HSV(B) | 280.95º | 0.75% | 0.99% | - |
| XYZ | 41.56 | 22.1 | 95 | - |
| YUV | 124.12 | 200.74 | 177.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 64 | 253 | 0.24 | 0.75 | 0 | 0.01 | 280.95 | 0.98 | 0.62 |
| Hex | C1 | 40 | FD | 18 | 4B | 0 | 1 | 119 | 62 | 3E |
| Octal | 301 | 100 | 375 | 30 | 113 | 0 | 1 | 431 | 142 | 76 |
| Binary | 11000001 | 1000000 | 11111101 | 11000 | 1001011 | 0 | 1 | 100011001 | 1100010 | 111110 |
Color Harmonies of #C140FD
Complementary color
Monochromatic Colors of #C140FD
Black with #C140FD
Text Example
Text Example
White with #C140FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C140FD; }
p { color: rgb(193,64,253); }
H1.HeaderClassName
{
color: #C140FD;
}
.AnyTagClassName
{
color: #C140FD;
}
</style>
background-color css
<style>
a { background-color: #C140FD; }
a { background-color: rgb(193,64,253); }
div.DivClassName
{
background-color: #C140FD;
}
.BgClassName
{
background-color: #C140FD;
}
</style>
border-color css
<style>
span { border-color: #C140FD; }
span { border-color: rgb(193,64,253); }
td.TdClassName
{
border-color: #C140FD;
}
.TagClassName
{
border-color: #C140FD;
}
</style>