Shades of Medium Orchid #C14AF1
Tints of Medium Orchid #C14AF1
RGB
CMYK
RGB Variations
Color information
#C14AF1 (or 0xC14AF1) is known color: Medium Orchid. HEX triplet: C1, 4A and F1. RGB value is (193,74,241). Sum of RGB (Red+Green+Blue) = 193+74+241=508 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.99% from 508); Green value is 74 (29.30% from 255 or 14.57% from 508); Blue value is 241 (94.53% from 255 or 47.44% from 508); Max value from RGB is 241 - color contains mainly: blue. Hex color #C14AF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C14AF1 is #3EB50E. Grayscale: #808080. Windows color (decimal): -4109583 or 15813313. OLE color: 15813313.
HSL color Cylindrical-coordinate representation of color #C14AF1: hue angle of 282.75º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C14AF1 is Cyan = 0.20, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 193 | 74 | 241 | - |
| CMYK | 0.20 | 0.69 | 0 | 0.05 |
| HSL | 282.75º | 0.86% | 0.62% | - |
| HSV(B) | 282.75º | 0.69% | 0.95% | - |
| XYZ | 40.32 | 22.59 | 85.45 | - |
| YUV | 128.62 | 191.42 | 173.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 74 | 241 | 0.20 | 0.69 | 0 | 0.05 | 282.75 | 0.86 | 0.62 |
| Hex | C1 | 4A | F1 | 14 | 45 | 0 | 5 | 11B | 56 | 3E |
| Octal | 301 | 112 | 361 | 24 | 105 | 0 | 5 | 433 | 126 | 76 |
| Binary | 11000001 | 1001010 | 11110001 | 10100 | 1000101 | 0 | 101 | 100011011 | 1010110 | 111110 |
Color Harmonies of #C14AF1
Complementary color
Monochromatic Colors of #C14AF1
Black with #C14AF1
Text Example
Text Example
White with #C14AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14AF1; }
p { color: rgb(193,74,241); }
H1.HeaderClassName
{
color: #C14AF1;
}
.AnyTagClassName
{
color: #C14AF1;
}
</style>
background-color css
<style>
a { background-color: #C14AF1; }
a { background-color: rgb(193,74,241); }
div.DivClassName
{
background-color: #C14AF1;
}
.BgClassName
{
background-color: #C14AF1;
}
</style>
border-color css
<style>
span { border-color: #C14AF1; }
span { border-color: rgb(193,74,241); }
td.TdClassName
{
border-color: #C14AF1;
}
.TagClassName
{
border-color: #C14AF1;
}
</style>