Shades of Medium Orchid #C175DB
Tints of Medium Orchid #C175DB
RGB
CMYK
RGB Variations
Color information
#C175DB (or 0xC175DB) is known color: Medium Orchid. HEX triplet: C1, 75 and DB. RGB value is (193,117,219). Sum of RGB (Red+Green+Blue) = 193+117+219=529 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.48% from 529); Green value is 117 (46.09% from 255 or 22.12% from 529); Blue value is 219 (85.94% from 255 or 41.40% from 529); Max value from RGB is 219 - color contains mainly: blue. Hex color #C175DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C175DB is #3E8A24. Grayscale: #979797. Windows color (decimal): -4098597 or 14382529. OLE color: 14382529.
HSL color Cylindrical-coordinate representation of color #C175DB: hue angle of 284.71º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C175DB is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 117 | 219 | - |
| CMYK | 0.12 | 0.47 | 0 | 0.14 |
| HSL | 284.71º | 0.59% | 0.66% | - |
| HSV(B) | 284.71º | 0.47% | 0.86% | - |
| XYZ | 41.14 | 29.17 | 70.48 | - |
| YUV | 151.35 | 166.18 | 157.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 117 | 219 | 0.12 | 0.47 | 0 | 0.14 | 284.71 | 0.59 | 0.66 |
| Hex | C1 | 75 | DB | C | 2F | 0 | E | 11D | 3B | 42 |
| Octal | 301 | 165 | 333 | 14 | 57 | 0 | 16 | 435 | 73 | 102 |
| Binary | 11000001 | 1110101 | 11011011 | 1100 | 101111 | 0 | 1110 | 100011101 | 111011 | 1000010 |
Color Harmonies of #C175DB
Complementary color
Monochromatic Colors of #C175DB
Black with #C175DB
Text Example
Text Example
White with #C175DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C175DB; }
p { color: rgb(193,117,219); }
H1.HeaderClassName
{
color: #C175DB;
}
.AnyTagClassName
{
color: #C175DB;
}
</style>
background-color css
<style>
a { background-color: #C175DB; }
a { background-color: rgb(193,117,219); }
div.DivClassName
{
background-color: #C175DB;
}
.BgClassName
{
background-color: #C175DB;
}
</style>
border-color css
<style>
span { border-color: #C175DB; }
span { border-color: rgb(193,117,219); }
td.TdClassName
{
border-color: #C175DB;
}
.TagClassName
{
border-color: #C175DB;
}
</style>