Shades of Medium Orchid #C145FD
Tints of Medium Orchid #C145FD
RGB
CMYK
RGB Variations
Color information
#C145FD (or 0xC145FD) is known color: Medium Orchid. HEX triplet: C1, 45 and FD. RGB value is (193,69,253). Sum of RGB (Red+Green+Blue) = 193+69+253=515 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.48% from 515); Green value is 69 (27.34% from 255 or 13.40% from 515); Blue value is 253 (99.22% from 255 or 49.13% from 515); Max value from RGB is 253 - color contains mainly: blue. Hex color #C145FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C145FD is #3EBA02. Grayscale: #7E7E7E. Windows color (decimal): -4110851 or 16598465. OLE color: 16598465.
HSL color Cylindrical-coordinate representation of color #C145FD: hue angle of 280.43º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C145FD is Cyan = 0.24, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 69 | 253 | - |
| CMYK | 0.24 | 0.73 | 0 | 0.01 |
| HSL | 280.43º | 0.98% | 0.63% | - |
| HSV(B) | 280.43º | 0.73% | 0.99% | - |
| XYZ | 41.85 | 22.69 | 95.1 | - |
| YUV | 127.05 | 199.08 | 175.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 69 | 253 | 0.24 | 0.73 | 0 | 0.01 | 280.43 | 0.98 | 0.63 |
| Hex | C1 | 45 | FD | 18 | 49 | 0 | 1 | 118 | 62 | 3F |
| Octal | 301 | 105 | 375 | 30 | 111 | 0 | 1 | 430 | 142 | 77 |
| Binary | 11000001 | 1000101 | 11111101 | 11000 | 1001001 | 0 | 1 | 100011000 | 1100010 | 111111 |
Color Harmonies of #C145FD
Complementary color
Monochromatic Colors of #C145FD
Black with #C145FD
Text Example
Text Example
White with #C145FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C145FD; }
p { color: rgb(193,69,253); }
H1.HeaderClassName
{
color: #C145FD;
}
.AnyTagClassName
{
color: #C145FD;
}
</style>
background-color css
<style>
a { background-color: #C145FD; }
a { background-color: rgb(193,69,253); }
div.DivClassName
{
background-color: #C145FD;
}
.BgClassName
{
background-color: #C145FD;
}
</style>
border-color css
<style>
span { border-color: #C145FD; }
span { border-color: rgb(193,69,253); }
td.TdClassName
{
border-color: #C145FD;
}
.TagClassName
{
border-color: #C145FD;
}
</style>