Shades of Medium Orchid #C14ADA
Tints of Medium Orchid #C14ADA
RGB
CMYK
RGB Variations
Color information
#C14ADA (or 0xC14ADA) is known color: Medium Orchid. HEX triplet: C1, 4A and DA. RGB value is (193,74,218). Sum of RGB (Red+Green+Blue) = 193+74+218=485 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.79% from 485); Green value is 74 (29.30% from 255 or 15.26% from 485); Blue value is 218 (85.55% from 255 or 44.95% from 485); Max value from RGB is 218 - color contains mainly: blue. Hex color #C14ADA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C14ADA is #3EB525. Grayscale: #7D7D7D. Windows color (decimal): -4109606 or 14305985. OLE color: 14305985.
HSL color Cylindrical-coordinate representation of color #C14ADA: hue angle of 289.58º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C14ADA is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 74 | 218 | - |
| CMYK | 0.11 | 0.66 | 0 | 0.15 |
| HSL | 289.58º | 0.66% | 0.57% | - |
| HSV(B) | 289.58º | 0.66% | 0.85% | - |
| XYZ | 37.1 | 21.3 | 68.49 | - |
| YUV | 126 | 179.92 | 175.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 74 | 218 | 0.11 | 0.66 | 0 | 0.15 | 289.58 | 0.66 | 0.57 |
| Hex | C1 | 4A | DA | B | 42 | 0 | F | 122 | 42 | 39 |
| Octal | 301 | 112 | 332 | 13 | 102 | 0 | 17 | 442 | 102 | 71 |
| Binary | 11000001 | 1001010 | 11011010 | 1011 | 1000010 | 0 | 1111 | 100100010 | 1000010 | 111001 |
Color Harmonies of #C14ADA
Complementary color
Monochromatic Colors of #C14ADA
Black with #C14ADA
Text Example
Text Example
White with #C14ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14ADA; }
p { color: rgb(193,74,218); }
H1.HeaderClassName
{
color: #C14ADA;
}
.AnyTagClassName
{
color: #C14ADA;
}
</style>
background-color css
<style>
a { background-color: #C14ADA; }
a { background-color: rgb(193,74,218); }
div.DivClassName
{
background-color: #C14ADA;
}
.BgClassName
{
background-color: #C14ADA;
}
</style>
border-color css
<style>
span { border-color: #C14ADA; }
span { border-color: rgb(193,74,218); }
td.TdClassName
{
border-color: #C14ADA;
}
.TagClassName
{
border-color: #C14ADA;
}
</style>