Shades of Medium Orchid #C14CFB
Tints of Medium Orchid #C14CFB
RGB
CMYK
RGB Variations
Color information
#C14CFB (or 0xC14CFB) is known color: Medium Orchid. HEX triplet: C1, 4C and FB. RGB value is (193,76,251). Sum of RGB (Red+Green+Blue) = 193+76+251=520 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.12% from 520); Green value is 76 (30.08% from 255 or 14.62% from 520); Blue value is 251 (98.44% from 255 or 48.27% from 520); Max value from RGB is 251 - color contains mainly: blue. Hex color #C14CFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C14CFB is #3EB304. Grayscale: #828282. Windows color (decimal): -4109061 or 16469185. OLE color: 16469185.
HSL color Cylindrical-coordinate representation of color #C14CFB: hue angle of 280.11º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C14CFB is Cyan = 0.23, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 76 | 251 | - |
| CMYK | 0.23 | 0.70 | 0 | 0.02 |
| HSL | 280.11º | 0.96% | 0.64% | - |
| HSV(B) | 280.11º | 0.7% | 0.98% | - |
| XYZ | 41.99 | 23.47 | 93.58 | - |
| YUV | 130.93 | 195.76 | 172.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 76 | 251 | 0.23 | 0.70 | 0 | 0.02 | 280.11 | 0.96 | 0.64 |
| Hex | C1 | 4C | FB | 17 | 46 | 0 | 2 | 118 | 60 | 40 |
| Octal | 301 | 114 | 373 | 27 | 106 | 0 | 2 | 430 | 140 | 100 |
| Binary | 11000001 | 1001100 | 11111011 | 10111 | 1000110 | 0 | 10 | 100011000 | 1100000 | 1000000 |
Color Harmonies of #C14CFB
Complementary color
Monochromatic Colors of #C14CFB
Black with #C14CFB
Text Example
Text Example
White with #C14CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14CFB; }
p { color: rgb(193,76,251); }
H1.HeaderClassName
{
color: #C14CFB;
}
.AnyTagClassName
{
color: #C14CFB;
}
</style>
background-color css
<style>
a { background-color: #C14CFB; }
a { background-color: rgb(193,76,251); }
div.DivClassName
{
background-color: #C14CFB;
}
.BgClassName
{
background-color: #C14CFB;
}
</style>
border-color css
<style>
span { border-color: #C14CFB; }
span { border-color: rgb(193,76,251); }
td.TdClassName
{
border-color: #C14CFB;
}
.TagClassName
{
border-color: #C14CFB;
}
</style>