Shades of Medium Orchid #C145DF
Tints of Medium Orchid #C145DF
RGB
CMYK
RGB Variations
Color information
#C145DF (or 0xC145DF) is known color: Medium Orchid. HEX triplet: C1, 45 and DF. RGB value is (193,69,223). Sum of RGB (Red+Green+Blue) = 193+69+223=485 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.79% from 485); Green value is 69 (27.34% from 255 or 14.23% from 485); Blue value is 223 (87.5% from 255 or 45.98% from 485); Max value from RGB is 223 - color contains mainly: blue. Hex color #C145DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C145DF is #3EBA20. Grayscale: #7B7B7B. Windows color (decimal): -4110881 or 14632385. OLE color: 14632385.
HSL color Cylindrical-coordinate representation of color #C145DF: hue angle of 288.31º degrees, saturation: 0.71, 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 #C145DF is Cyan = 0.13, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 69 | 223 | - |
| CMYK | 0.13 | 0.69 | 0 | 0.13 |
| HSL | 288.31º | 0.71% | 0.57% | - |
| HSV(B) | 288.31º | 0.69% | 0.87% | - |
| XYZ | 37.44 | 20.92 | 71.88 | - |
| YUV | 123.63 | 184.08 | 177.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 69 | 223 | 0.13 | 0.69 | 0 | 0.13 | 288.31 | 0.71 | 0.57 |
| Hex | C1 | 45 | DF | D | 45 | 0 | D | 120 | 47 | 39 |
| Octal | 301 | 105 | 337 | 15 | 105 | 0 | 15 | 440 | 107 | 71 |
| Binary | 11000001 | 1000101 | 11011111 | 1101 | 1000101 | 0 | 1101 | 100100000 | 1000111 | 111001 |
Color Harmonies of #C145DF
Complementary color
Monochromatic Colors of #C145DF
Black with #C145DF
Text Example
Text Example
White with #C145DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C145DF; }
p { color: rgb(193,69,223); }
H1.HeaderClassName
{
color: #C145DF;
}
.AnyTagClassName
{
color: #C145DF;
}
</style>
background-color css
<style>
a { background-color: #C145DF; }
a { background-color: rgb(193,69,223); }
div.DivClassName
{
background-color: #C145DF;
}
.BgClassName
{
background-color: #C145DF;
}
</style>
border-color css
<style>
span { border-color: #C145DF; }
span { border-color: rgb(193,69,223); }
td.TdClassName
{
border-color: #C145DF;
}
.TagClassName
{
border-color: #C145DF;
}
</style>