Shades of Medium Orchid #C14FDA
Tints of Medium Orchid #C14FDA
RGB
CMYK
RGB Variations
Color information
#C14FDA (or 0xC14FDA) is known color: Medium Orchid. HEX triplet: C1, 4F and DA. RGB value is (193,79,218). Sum of RGB (Red+Green+Blue) = 193+79+218=490 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.39% from 490); Green value is 79 (31.25% from 255 or 16.12% from 490); Blue value is 218 (85.55% from 255 or 44.49% from 490); Max value from RGB is 218 - color contains mainly: blue. Hex color #C14FDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C14FDA is #3EB025. Grayscale: #808080. Windows color (decimal): -4108326 or 14307265. OLE color: 14307265.
HSL color Cylindrical-coordinate representation of color #C14FDA: hue angle of 289.21º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C14FDA is Cyan = 0.11, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 79 | 218 | - |
| CMYK | 0.11 | 0.64 | 0 | 0.15 |
| HSL | 289.21º | 0.65% | 0.58% | - |
| HSV(B) | 289.21º | 0.64% | 0.85% | - |
| XYZ | 37.44 | 21.99 | 68.6 | - |
| YUV | 128.93 | 178.27 | 173.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 79 | 218 | 0.11 | 0.64 | 0 | 0.15 | 289.21 | 0.65 | 0.58 |
| Hex | C1 | 4F | DA | B | 40 | 0 | F | 121 | 41 | 3A |
| Octal | 301 | 117 | 332 | 13 | 100 | 0 | 17 | 441 | 101 | 72 |
| Binary | 11000001 | 1001111 | 11011010 | 1011 | 1000000 | 0 | 1111 | 100100001 | 1000001 | 111010 |
Color Harmonies of #C14FDA
Complementary color
Monochromatic Colors of #C14FDA
Black with #C14FDA
Text Example
Text Example
White with #C14FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14FDA; }
p { color: rgb(193,79,218); }
H1.HeaderClassName
{
color: #C14FDA;
}
.AnyTagClassName
{
color: #C14FDA;
}
</style>
background-color css
<style>
a { background-color: #C14FDA; }
a { background-color: rgb(193,79,218); }
div.DivClassName
{
background-color: #C14FDA;
}
.BgClassName
{
background-color: #C14FDA;
}
</style>
border-color css
<style>
span { border-color: #C14FDA; }
span { border-color: rgb(193,79,218); }
td.TdClassName
{
border-color: #C14FDA;
}
.TagClassName
{
border-color: #C14FDA;
}
</style>