Shades of Medium Orchid #C14ADF
Tints of Medium Orchid #C14ADF
RGB
CMYK
RGB Variations
Color information
#C14ADF (or 0xC14ADF) is known color: Medium Orchid. HEX triplet: C1, 4A and DF. RGB value is (193,74,223). Sum of RGB (Red+Green+Blue) = 193+74+223=490 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.39% from 490); Green value is 74 (29.30% from 255 or 15.10% from 490); Blue value is 223 (87.5% from 255 or 45.51% from 490); Max value from RGB is 223 - color contains mainly: blue. Hex color #C14ADF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C14ADF is #3EB520. Grayscale: #7E7E7E. Windows color (decimal): -4109601 or 14633665. OLE color: 14633665.
HSL color Cylindrical-coordinate representation of color #C14ADF: hue angle of 287.92º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C14ADF is Cyan = 0.13, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 74 | 223 | - |
| CMYK | 0.13 | 0.67 | 0 | 0.13 |
| HSL | 287.92º | 0.7% | 0.58% | - |
| HSV(B) | 287.92º | 0.67% | 0.87% | - |
| XYZ | 37.76 | 21.56 | 71.98 | - |
| YUV | 126.57 | 182.42 | 175.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 74 | 223 | 0.13 | 0.67 | 0 | 0.13 | 287.92 | 0.7 | 0.58 |
| Hex | C1 | 4A | DF | D | 43 | 0 | D | 120 | 46 | 3A |
| Octal | 301 | 112 | 337 | 15 | 103 | 0 | 15 | 440 | 106 | 72 |
| Binary | 11000001 | 1001010 | 11011111 | 1101 | 1000011 | 0 | 1101 | 100100000 | 1000110 | 111010 |
Color Harmonies of #C14ADF
Complementary color
Monochromatic Colors of #C14ADF
Black with #C14ADF
Text Example
Text Example
White with #C14ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14ADF; }
p { color: rgb(193,74,223); }
H1.HeaderClassName
{
color: #C14ADF;
}
.AnyTagClassName
{
color: #C14ADF;
}
</style>
background-color css
<style>
a { background-color: #C14ADF; }
a { background-color: rgb(193,74,223); }
div.DivClassName
{
background-color: #C14ADF;
}
.BgClassName
{
background-color: #C14ADF;
}
</style>
border-color css
<style>
span { border-color: #C14ADF; }
span { border-color: rgb(193,74,223); }
td.TdClassName
{
border-color: #C14ADF;
}
.TagClassName
{
border-color: #C14ADF;
}
</style>