Shades of Medium Orchid #C14AFB
Tints of Medium Orchid #C14AFB
RGB
CMYK
RGB Variations
Color information
#C14AFB (or 0xC14AFB) is known color: Medium Orchid. HEX triplet: C1, 4A and FB. RGB value is (193,74,251). Sum of RGB (Red+Green+Blue) = 193+74+251=518 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.26% from 518); Green value is 74 (29.30% from 255 or 14.29% from 518); Blue value is 251 (98.44% from 255 or 48.46% from 518); Max value from RGB is 251 - color contains mainly: blue. Hex color #C14AFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C14AFB is #3EB504. Grayscale: #818181. Windows color (decimal): -4109573 or 16468673. OLE color: 16468673.
HSL color Cylindrical-coordinate representation of color #C14AFB: hue angle of 280.34º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C14AFB is Cyan = 0.23, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 74 | 251 | - |
| CMYK | 0.23 | 0.71 | 0 | 0.02 |
| HSL | 280.34º | 0.96% | 0.64% | - |
| HSV(B) | 280.34º | 0.71% | 0.98% | - |
| XYZ | 41.85 | 23.2 | 93.54 | - |
| YUV | 129.76 | 196.42 | 173.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 74 | 251 | 0.23 | 0.71 | 0 | 0.02 | 280.34 | 0.96 | 0.64 |
| Hex | C1 | 4A | FB | 17 | 47 | 0 | 2 | 118 | 60 | 40 |
| Octal | 301 | 112 | 373 | 27 | 107 | 0 | 2 | 430 | 140 | 100 |
| Binary | 11000001 | 1001010 | 11111011 | 10111 | 1000111 | 0 | 10 | 100011000 | 1100000 | 1000000 |
Color Harmonies of #C14AFB
Complementary color
Monochromatic Colors of #C14AFB
Black with #C14AFB
Text Example
Text Example
White with #C14AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14AFB; }
p { color: rgb(193,74,251); }
H1.HeaderClassName
{
color: #C14AFB;
}
.AnyTagClassName
{
color: #C14AFB;
}
</style>
background-color css
<style>
a { background-color: #C14AFB; }
a { background-color: rgb(193,74,251); }
div.DivClassName
{
background-color: #C14AFB;
}
.BgClassName
{
background-color: #C14AFB;
}
</style>
border-color css
<style>
span { border-color: #C14AFB; }
span { border-color: rgb(193,74,251); }
td.TdClassName
{
border-color: #C14AFB;
}
.TagClassName
{
border-color: #C14AFB;
}
</style>