Shades of Medium Orchid #C175DC
Tints of Medium Orchid #C175DC
RGB
CMYK
RGB Variations
Color information
#C175DC (or 0xC175DC) is known color: Medium Orchid. HEX triplet: C1, 75 and DC. RGB value is (193,117,220). Sum of RGB (Red+Green+Blue) = 193+117+220=530 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.42% from 530); Green value is 117 (46.09% from 255 or 22.08% from 530); Blue value is 220 (86.33% from 255 or 41.51% from 530); Max value from RGB is 220 - color contains mainly: blue. Hex color #C175DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C175DC is #3E8A23. Grayscale: #979797. Windows color (decimal): -4098596 or 14448065. OLE color: 14448065.
HSL color Cylindrical-coordinate representation of color #C175DC: hue angle of 284.27º degrees, saturation: 0.6, 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 #C175DC is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 117 | 220 | - |
| CMYK | 0.12 | 0.47 | 0 | 0.14 |
| HSL | 284.27º | 0.6% | 0.66% | - |
| HSV(B) | 284.27º | 0.47% | 0.86% | - |
| XYZ | 41.27 | 29.23 | 71.18 | - |
| YUV | 151.47 | 166.68 | 157.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 117 | 220 | 0.12 | 0.47 | 0 | 0.14 | 284.27 | 0.6 | 0.66 |
| Hex | C1 | 75 | DC | C | 2F | 0 | E | 11C | 3C | 42 |
| Octal | 301 | 165 | 334 | 14 | 57 | 0 | 16 | 434 | 74 | 102 |
| Binary | 11000001 | 1110101 | 11011100 | 1100 | 101111 | 0 | 1110 | 100011100 | 111100 | 1000010 |
Color Harmonies of #C175DC
Complementary color
Monochromatic Colors of #C175DC
Black with #C175DC
Text Example
Text Example
White with #C175DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C175DC; }
p { color: rgb(193,117,220); }
H1.HeaderClassName
{
color: #C175DC;
}
.AnyTagClassName
{
color: #C175DC;
}
</style>
background-color css
<style>
a { background-color: #C175DC; }
a { background-color: rgb(193,117,220); }
div.DivClassName
{
background-color: #C175DC;
}
.BgClassName
{
background-color: #C175DC;
}
</style>
border-color css
<style>
span { border-color: #C175DC; }
span { border-color: rgb(193,117,220); }
td.TdClassName
{
border-color: #C175DC;
}
.TagClassName
{
border-color: #C175DC;
}
</style>