Shades of Medium Orchid #C145CE
Tints of Medium Orchid #C145CE
RGB
CMYK
RGB Variations
Color information
#C145CE (or 0xC145CE) is known color: Medium Orchid. HEX triplet: C1, 45 and CE. RGB value is (193,69,206). Sum of RGB (Red+Green+Blue) = 193+69+206=468 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.24% from 468); Green value is 69 (27.34% from 255 or 14.74% from 468); Blue value is 206 (80.86% from 255 or 44.02% from 468); Max value from RGB is 206 - color contains mainly: blue. Hex color #C145CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C145CE is #3EBA31. Grayscale: #797979. Windows color (decimal): -4110898 or 13518273. OLE color: 13518273.
HSL color Cylindrical-coordinate representation of color #C145CE: hue angle of 294.31º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C145CE is Cyan = 0.06, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 69 | 206 | - |
| CMYK | 0.06 | 0.67 | 0 | 0.19 |
| HSL | 294.31º | 0.58% | 0.54% | - |
| HSV(B) | 294.31º | 0.67% | 0.81% | - |
| XYZ | 35.26 | 20.05 | 60.4 | - |
| YUV | 121.69 | 175.58 | 178.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 69 | 206 | 0.06 | 0.67 | 0 | 0.19 | 294.31 | 0.58 | 0.54 |
| Hex | C1 | 45 | CE | 6 | 43 | 0 | 13 | 126 | 3A | 36 |
| Octal | 301 | 105 | 316 | 6 | 103 | 0 | 23 | 446 | 72 | 66 |
| Binary | 11000001 | 1000101 | 11001110 | 110 | 1000011 | 0 | 10011 | 100100110 | 111010 | 110110 |
Color Harmonies of #C145CE
Complementary color
Monochromatic Colors of #C145CE
Black with #C145CE
Text Example
Text Example
White with #C145CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C145CE; }
p { color: rgb(193,69,206); }
H1.HeaderClassName
{
color: #C145CE;
}
.AnyTagClassName
{
color: #C145CE;
}
</style>
background-color css
<style>
a { background-color: #C145CE; }
a { background-color: rgb(193,69,206); }
div.DivClassName
{
background-color: #C145CE;
}
.BgClassName
{
background-color: #C145CE;
}
</style>
border-color css
<style>
span { border-color: #C145CE; }
span { border-color: rgb(193,69,206); }
td.TdClassName
{
border-color: #C145CE;
}
.TagClassName
{
border-color: #C145CE;
}
</style>