Shades of Medium Orchid #C141FD
Tints of Medium Orchid #C141FD
RGB
CMYK
RGB Variations
Color information
#C141FD (or 0xC141FD) is known color: Medium Orchid. HEX triplet: C1, 41 and FD. RGB value is (193,65,253). Sum of RGB (Red+Green+Blue) = 193+65+253=511 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.77% from 511); Green value is 65 (25.78% from 255 or 12.72% from 511); Blue value is 253 (99.22% from 255 or 49.51% from 511); Max value from RGB is 253 - color contains mainly: blue. Hex color #C141FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C141FD is #3EBE02. Grayscale: #7C7C7C. Windows color (decimal): -4111875 or 16597441. OLE color: 16597441.
HSL color Cylindrical-coordinate representation of color #C141FD: hue angle of 280.85º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C141FD is Cyan = 0.24, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 65 | 253 | - |
| CMYK | 0.24 | 0.74 | 0 | 0.01 |
| HSL | 280.85º | 0.98% | 0.62% | - |
| HSV(B) | 280.85º | 0.74% | 0.99% | - |
| XYZ | 41.61 | 22.21 | 95.02 | - |
| YUV | 124.7 | 200.41 | 176.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 65 | 253 | 0.24 | 0.74 | 0 | 0.01 | 280.85 | 0.98 | 0.62 |
| Hex | C1 | 41 | FD | 18 | 4A | 0 | 1 | 119 | 62 | 3E |
| Octal | 301 | 101 | 375 | 30 | 112 | 0 | 1 | 431 | 142 | 76 |
| Binary | 11000001 | 1000001 | 11111101 | 11000 | 1001010 | 0 | 1 | 100011001 | 1100010 | 111110 |
Color Harmonies of #C141FD
Complementary color
Monochromatic Colors of #C141FD
Black with #C141FD
Text Example
Text Example
White with #C141FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C141FD; }
p { color: rgb(193,65,253); }
H1.HeaderClassName
{
color: #C141FD;
}
.AnyTagClassName
{
color: #C141FD;
}
</style>
background-color css
<style>
a { background-color: #C141FD; }
a { background-color: rgb(193,65,253); }
div.DivClassName
{
background-color: #C141FD;
}
.BgClassName
{
background-color: #C141FD;
}
</style>
border-color css
<style>
span { border-color: #C141FD; }
span { border-color: rgb(193,65,253); }
td.TdClassName
{
border-color: #C141FD;
}
.TagClassName
{
border-color: #C141FD;
}
</style>