Shades of Medium Orchid #C14CFC
Tints of Medium Orchid #C14CFC
RGB
CMYK
RGB Variations
Color information
#C14CFC (or 0xC14CFC) is known color: Medium Orchid. HEX triplet: C1, 4C and FC. RGB value is (193,76,252). Sum of RGB (Red+Green+Blue) = 193+76+252=521 (69% of max value = 765). Red value is 193 (75.78% from 255 or 37.04% from 521); Green value is 76 (30.08% from 255 or 14.59% from 521); Blue value is 252 (98.83% from 255 or 48.37% from 521); Max value from RGB is 252 - color contains mainly: blue. Hex color #C14CFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C14CFC is #3EB303. Grayscale: #828282. Windows color (decimal): -4109060 or 16534721. OLE color: 16534721.
HSL color Cylindrical-coordinate representation of color #C14CFC: hue angle of 279.89º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C14CFC is Cyan = 0.23, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 76 | 252 | - |
| CMYK | 0.23 | 0.70 | 0 | 0.01 |
| HSL | 279.89º | 0.97% | 0.64% | - |
| HSV(B) | 279.89º | 0.7% | 0.99% | - |
| XYZ | 42.15 | 23.53 | 94.42 | - |
| YUV | 131.05 | 196.26 | 172.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 76 | 252 | 0.23 | 0.70 | 0 | 0.01 | 279.89 | 0.97 | 0.64 |
| Hex | C1 | 4C | FC | 17 | 46 | 0 | 1 | 118 | 61 | 40 |
| Octal | 301 | 114 | 374 | 27 | 106 | 0 | 1 | 430 | 141 | 100 |
| Binary | 11000001 | 1001100 | 11111100 | 10111 | 1000110 | 0 | 1 | 100011000 | 1100001 | 1000000 |
Color Harmonies of #C14CFC
Complementary color
Monochromatic Colors of #C14CFC
Black with #C14CFC
Text Example
Text Example
White with #C14CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14CFC; }
p { color: rgb(193,76,252); }
H1.HeaderClassName
{
color: #C14CFC;
}
.AnyTagClassName
{
color: #C14CFC;
}
</style>
background-color css
<style>
a { background-color: #C14CFC; }
a { background-color: rgb(193,76,252); }
div.DivClassName
{
background-color: #C14CFC;
}
.BgClassName
{
background-color: #C14CFC;
}
</style>
border-color css
<style>
span { border-color: #C14CFC; }
span { border-color: rgb(193,76,252); }
td.TdClassName
{
border-color: #C14CFC;
}
.TagClassName
{
border-color: #C14CFC;
}
</style>