Shades of Medium Orchid #C145DE
Tints of Medium Orchid #C145DE
RGB
CMYK
RGB Variations
Color information
#C145DE (or 0xC145DE) is known color: Medium Orchid. HEX triplet: C1, 45 and DE. RGB value is (193,69,222). Sum of RGB (Red+Green+Blue) = 193+69+222=484 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.88% from 484); Green value is 69 (27.34% from 255 or 14.26% from 484); Blue value is 222 (87.11% from 255 or 45.87% from 484); Max value from RGB is 222 - color contains mainly: blue. Hex color #C145DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C145DE is #3EBA21. Grayscale: #7B7B7B. Windows color (decimal): -4110882 or 14566849. OLE color: 14566849.
HSL color Cylindrical-coordinate representation of color #C145DE: hue angle of 288.63º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C145DE is Cyan = 0.13, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 69 | 222 | - |
| CMYK | 0.13 | 0.69 | 0 | 0.13 |
| HSL | 288.63º | 0.7% | 0.57% | - |
| HSV(B) | 288.63º | 0.69% | 0.87% | - |
| XYZ | 37.31 | 20.87 | 71.17 | - |
| YUV | 123.52 | 183.58 | 177.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 69 | 222 | 0.13 | 0.69 | 0 | 0.13 | 288.63 | 0.7 | 0.57 |
| Hex | C1 | 45 | DE | D | 45 | 0 | D | 121 | 46 | 39 |
| Octal | 301 | 105 | 336 | 15 | 105 | 0 | 15 | 441 | 106 | 71 |
| Binary | 11000001 | 1000101 | 11011110 | 1101 | 1000101 | 0 | 1101 | 100100001 | 1000110 | 111001 |
Color Harmonies of #C145DE
Complementary color
Monochromatic Colors of #C145DE
Black with #C145DE
Text Example
Text Example
White with #C145DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C145DE; }
p { color: rgb(193,69,222); }
H1.HeaderClassName
{
color: #C145DE;
}
.AnyTagClassName
{
color: #C145DE;
}
</style>
background-color css
<style>
a { background-color: #C145DE; }
a { background-color: rgb(193,69,222); }
div.DivClassName
{
background-color: #C145DE;
}
.BgClassName
{
background-color: #C145DE;
}
</style>
border-color css
<style>
span { border-color: #C145DE; }
span { border-color: rgb(193,69,222); }
td.TdClassName
{
border-color: #C145DE;
}
.TagClassName
{
border-color: #C145DE;
}
</style>