Shades of Medium Orchid #C14CDD
Tints of Medium Orchid #C14CDD
RGB
CMYK
RGB Variations
Color information
#C14CDD (or 0xC14CDD) is known color: Medium Orchid. HEX triplet: C1, 4C and DD. RGB value is (193,76,221). Sum of RGB (Red+Green+Blue) = 193+76+221=490 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.39% from 490); Green value is 76 (30.08% from 255 or 15.51% from 490); Blue value is 221 (86.72% from 255 or 45.10% from 490); Max value from RGB is 221 - color contains mainly: blue. Hex color #C14CDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C14CDD is #3EB322. Grayscale: #7F7F7F. Windows color (decimal): -4109091 or 14503105. OLE color: 14503105.
HSL color Cylindrical-coordinate representation of color #C14CDD: hue angle of 288.41º degrees, saturation: 0.68, 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 #C14CDD is Cyan = 0.13, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 76 | 221 | - |
| CMYK | 0.13 | 0.66 | 0 | 0.13 |
| HSL | 288.41º | 0.68% | 0.58% | - |
| HSV(B) | 288.41º | 0.66% | 0.87% | - |
| XYZ | 37.63 | 21.73 | 70.62 | - |
| YUV | 127.51 | 180.76 | 174.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 76 | 221 | 0.13 | 0.66 | 0 | 0.13 | 288.41 | 0.68 | 0.58 |
| Hex | C1 | 4C | DD | D | 42 | 0 | D | 120 | 44 | 3A |
| Octal | 301 | 114 | 335 | 15 | 102 | 0 | 15 | 440 | 104 | 72 |
| Binary | 11000001 | 1001100 | 11011101 | 1101 | 1000010 | 0 | 1101 | 100100000 | 1000100 | 111010 |
Color Harmonies of #C14CDD
Complementary color
Monochromatic Colors of #C14CDD
Black with #C14CDD
Text Example
Text Example
White with #C14CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14CDD; }
p { color: rgb(193,76,221); }
H1.HeaderClassName
{
color: #C14CDD;
}
.AnyTagClassName
{
color: #C14CDD;
}
</style>
background-color css
<style>
a { background-color: #C14CDD; }
a { background-color: rgb(193,76,221); }
div.DivClassName
{
background-color: #C14CDD;
}
.BgClassName
{
background-color: #C14CDD;
}
</style>
border-color css
<style>
span { border-color: #C14CDD; }
span { border-color: rgb(193,76,221); }
td.TdClassName
{
border-color: #C14CDD;
}
.TagClassName
{
border-color: #C14CDD;
}
</style>