Shades of Medium Orchid #C145D7
Tints of Medium Orchid #C145D7
RGB
CMYK
RGB Variations
Color information
#C145D7 (or 0xC145D7) is known color: Medium Orchid. HEX triplet: C1, 45 and D7. RGB value is (193,69,215). Sum of RGB (Red+Green+Blue) = 193+69+215=477 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.46% from 477); Green value is 69 (27.34% from 255 or 14.47% from 477); Blue value is 215 (84.38% from 255 or 45.07% from 477); Max value from RGB is 215 - color contains mainly: blue. Hex color #C145D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C145D7 is #3EBA28. Grayscale: #7A7A7A. Windows color (decimal): -4110889 or 14108097. OLE color: 14108097.
HSL color Cylindrical-coordinate representation of color #C145D7: hue angle of 290.96º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C145D7 is Cyan = 0.10, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 193 | 69 | 215 | - |
| CMYK | 0.10 | 0.68 | 0 | 0.16 |
| HSL | 290.96º | 0.65% | 0.56% | - |
| HSV(B) | 290.96º | 0.68% | 0.84% | - |
| XYZ | 36.39 | 20.5 | 66.33 | - |
| YUV | 122.72 | 180.08 | 178.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 69 | 215 | 0.10 | 0.68 | 0 | 0.16 | 290.96 | 0.65 | 0.56 |
| Hex | C1 | 45 | D7 | A | 44 | 0 | 10 | 123 | 41 | 38 |
| Octal | 301 | 105 | 327 | 12 | 104 | 0 | 20 | 443 | 101 | 70 |
| Binary | 11000001 | 1000101 | 11010111 | 1010 | 1000100 | 0 | 10000 | 100100011 | 1000001 | 111000 |
Color Harmonies of #C145D7
Complementary color
Monochromatic Colors of #C145D7
Black with #C145D7
Text Example
Text Example
White with #C145D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C145D7; }
p { color: rgb(193,69,215); }
H1.HeaderClassName
{
color: #C145D7;
}
.AnyTagClassName
{
color: #C145D7;
}
</style>
background-color css
<style>
a { background-color: #C145D7; }
a { background-color: rgb(193,69,215); }
div.DivClassName
{
background-color: #C145D7;
}
.BgClassName
{
background-color: #C145D7;
}
</style>
border-color css
<style>
span { border-color: #C145D7; }
span { border-color: rgb(193,69,215); }
td.TdClassName
{
border-color: #C145D7;
}
.TagClassName
{
border-color: #C145D7;
}
</style>