Shades of Medium Orchid #C145DB
Tints of Medium Orchid #C145DB
RGB
CMYK
RGB Variations
Color information
#C145DB (or 0xC145DB) is known color: Medium Orchid. HEX triplet: C1, 45 and DB. RGB value is (193,69,219). Sum of RGB (Red+Green+Blue) = 193+69+219=481 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.12% from 481); Green value is 69 (27.34% from 255 or 14.35% from 481); Blue value is 219 (85.94% from 255 or 45.53% from 481); Max value from RGB is 219 - color contains mainly: blue. Hex color #C145DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C145DB is #3EBA24. Grayscale: #7A7A7A. Windows color (decimal): -4110885 or 14370241. OLE color: 14370241.
HSL color Cylindrical-coordinate representation of color #C145DB: hue angle of 289.6º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C145DB is Cyan = 0.12, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 69 | 219 | - |
| CMYK | 0.12 | 0.68 | 0 | 0.14 |
| HSL | 289.6º | 0.68% | 0.56% | - |
| HSV(B) | 289.6º | 0.68% | 0.86% | - |
| XYZ | 36.91 | 20.71 | 69.07 | - |
| YUV | 123.18 | 182.08 | 177.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 69 | 219 | 0.12 | 0.68 | 0 | 0.14 | 289.6 | 0.68 | 0.56 |
| Hex | C1 | 45 | DB | C | 44 | 0 | E | 122 | 44 | 38 |
| Octal | 301 | 105 | 333 | 14 | 104 | 0 | 16 | 442 | 104 | 70 |
| Binary | 11000001 | 1000101 | 11011011 | 1100 | 1000100 | 0 | 1110 | 100100010 | 1000100 | 111000 |
Color Harmonies of #C145DB
Complementary color
Monochromatic Colors of #C145DB
Black with #C145DB
Text Example
Text Example
White with #C145DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C145DB; }
p { color: rgb(193,69,219); }
H1.HeaderClassName
{
color: #C145DB;
}
.AnyTagClassName
{
color: #C145DB;
}
</style>
background-color css
<style>
a { background-color: #C145DB; }
a { background-color: rgb(193,69,219); }
div.DivClassName
{
background-color: #C145DB;
}
.BgClassName
{
background-color: #C145DB;
}
</style>
border-color css
<style>
span { border-color: #C145DB; }
span { border-color: rgb(193,69,219); }
td.TdClassName
{
border-color: #C145DB;
}
.TagClassName
{
border-color: #C145DB;
}
</style>