Shades of Medium Orchid #C14CDE
Tints of Medium Orchid #C14CDE
RGB
CMYK
RGB Variations
Color information
#C14CDE (or 0xC14CDE) is known color: Medium Orchid. HEX triplet: C1, 4C and DE. RGB value is (193,76,222). Sum of RGB (Red+Green+Blue) = 193+76+222=491 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.31% from 491); Green value is 76 (30.08% from 255 or 15.48% from 491); Blue value is 222 (87.11% from 255 or 45.21% from 491); Max value from RGB is 222 - color contains mainly: blue. Hex color #C14CDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C14CDE is #3EB321. Grayscale: #7F7F7F. Windows color (decimal): -4109090 or 14568641. OLE color: 14568641.
HSL color Cylindrical-coordinate representation of color #C14CDE: hue angle of 288.08º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C14CDE is Cyan = 0.13, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 76 | 222 | - |
| CMYK | 0.13 | 0.66 | 0 | 0.13 |
| HSL | 288.08º | 0.69% | 0.58% | - |
| HSV(B) | 288.08º | 0.66% | 0.87% | - |
| XYZ | 37.76 | 21.78 | 71.32 | - |
| YUV | 127.63 | 181.26 | 174.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 76 | 222 | 0.13 | 0.66 | 0 | 0.13 | 288.08 | 0.69 | 0.58 |
| Hex | C1 | 4C | DE | D | 42 | 0 | D | 120 | 45 | 3A |
| Octal | 301 | 114 | 336 | 15 | 102 | 0 | 15 | 440 | 105 | 72 |
| Binary | 11000001 | 1001100 | 11011110 | 1101 | 1000010 | 0 | 1101 | 100100000 | 1000101 | 111010 |
Color Harmonies of #C14CDE
Complementary color
Monochromatic Colors of #C14CDE
Black with #C14CDE
Text Example
Text Example
White with #C14CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14CDE; }
p { color: rgb(193,76,222); }
H1.HeaderClassName
{
color: #C14CDE;
}
.AnyTagClassName
{
color: #C14CDE;
}
</style>
background-color css
<style>
a { background-color: #C14CDE; }
a { background-color: rgb(193,76,222); }
div.DivClassName
{
background-color: #C14CDE;
}
.BgClassName
{
background-color: #C14CDE;
}
</style>
border-color css
<style>
span { border-color: #C14CDE; }
span { border-color: rgb(193,76,222); }
td.TdClassName
{
border-color: #C14CDE;
}
.TagClassName
{
border-color: #C14CDE;
}
</style>