Shades of Medium Orchid #C171DB
Tints of Medium Orchid #C171DB
RGB
CMYK
RGB Variations
Color information
#C171DB (or 0xC171DB) is known color: Medium Orchid. HEX triplet: C1, 71 and DB. RGB value is (193,113,219). Sum of RGB (Red+Green+Blue) = 193+113+219=525 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.76% from 525); Green value is 113 (44.53% from 255 or 21.52% from 525); Blue value is 219 (85.94% from 255 or 41.71% from 525); Max value from RGB is 219 - color contains mainly: blue. Hex color #C171DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C171DB is #3E8E24. Grayscale: #949494. Windows color (decimal): -4099621 or 14381505. OLE color: 14381505.
HSL color Cylindrical-coordinate representation of color #C171DB: hue angle of 285.28º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C171DB is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 113 | 219 | - |
| CMYK | 0.12 | 0.48 | 0 | 0.14 |
| HSL | 285.28º | 0.6% | 0.65% | - |
| HSV(B) | 285.28º | 0.48% | 0.86% | - |
| XYZ | 40.68 | 28.26 | 70.33 | - |
| YUV | 149 | 167.5 | 159.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 113 | 219 | 0.12 | 0.48 | 0 | 0.14 | 285.28 | 0.6 | 0.65 |
| Hex | C1 | 71 | DB | C | 30 | 0 | E | 11D | 3C | 41 |
| Octal | 301 | 161 | 333 | 14 | 60 | 0 | 16 | 435 | 74 | 101 |
| Binary | 11000001 | 1110001 | 11011011 | 1100 | 110000 | 0 | 1110 | 100011101 | 111100 | 1000001 |
Color Harmonies of #C171DB
Complementary color
Monochromatic Colors of #C171DB
Black with #C171DB
Text Example
Text Example
White with #C171DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C171DB; }
p { color: rgb(193,113,219); }
H1.HeaderClassName
{
color: #C171DB;
}
.AnyTagClassName
{
color: #C171DB;
}
</style>
background-color css
<style>
a { background-color: #C171DB; }
a { background-color: rgb(193,113,219); }
div.DivClassName
{
background-color: #C171DB;
}
.BgClassName
{
background-color: #C171DB;
}
</style>
border-color css
<style>
span { border-color: #C171DB; }
span { border-color: rgb(193,113,219); }
td.TdClassName
{
border-color: #C171DB;
}
.TagClassName
{
border-color: #C171DB;
}
</style>