Shades of Medium Orchid #C14BDE
Tints of Medium Orchid #C14BDE
RGB
CMYK
RGB Variations
Color information
#C14BDE (or 0xC14BDE) is known color: Medium Orchid. HEX triplet: C1, 4B and DE. RGB value is (193,75,222). Sum of RGB (Red+Green+Blue) = 193+75+222=490 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.39% from 490); Green value is 75 (29.69% from 255 or 15.31% from 490); Blue value is 222 (87.11% from 255 or 45.31% from 490); Max value from RGB is 222 - color contains mainly: blue. Hex color #C14BDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C14BDE is #3EB421. Grayscale: #7E7E7E. Windows color (decimal): -4109346 or 14568385. OLE color: 14568385.
HSL color Cylindrical-coordinate representation of color #C14BDE: hue angle of 288.16º 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 #C14BDE is Cyan = 0.13, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 75 | 222 | - |
| CMYK | 0.13 | 0.66 | 0 | 0.13 |
| HSL | 288.16º | 0.69% | 0.58% | - |
| HSV(B) | 288.16º | 0.66% | 0.87% | - |
| XYZ | 37.69 | 21.64 | 71.3 | - |
| YUV | 127.04 | 181.59 | 175.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 75 | 222 | 0.13 | 0.66 | 0 | 0.13 | 288.16 | 0.69 | 0.58 |
| Hex | C1 | 4B | DE | D | 42 | 0 | D | 120 | 45 | 3A |
| Octal | 301 | 113 | 336 | 15 | 102 | 0 | 15 | 440 | 105 | 72 |
| Binary | 11000001 | 1001011 | 11011110 | 1101 | 1000010 | 0 | 1101 | 100100000 | 1000101 | 111010 |
Color Harmonies of #C14BDE
Complementary color
Monochromatic Colors of #C14BDE
Black with #C14BDE
Text Example
Text Example
White with #C14BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14BDE; }
p { color: rgb(193,75,222); }
H1.HeaderClassName
{
color: #C14BDE;
}
.AnyTagClassName
{
color: #C14BDE;
}
</style>
background-color css
<style>
a { background-color: #C14BDE; }
a { background-color: rgb(193,75,222); }
div.DivClassName
{
background-color: #C14BDE;
}
.BgClassName
{
background-color: #C14BDE;
}
</style>
border-color css
<style>
span { border-color: #C14BDE; }
span { border-color: rgb(193,75,222); }
td.TdClassName
{
border-color: #C14BDE;
}
.TagClassName
{
border-color: #C14BDE;
}
</style>