Shades of Medium Orchid #C175DD
Tints of Medium Orchid #C175DD
RGB
CMYK
RGB Variations
Color information
#C175DD (or 0xC175DD) is known color: Medium Orchid. HEX triplet: C1, 75 and DD. RGB value is (193,117,221). Sum of RGB (Red+Green+Blue) = 193+117+221=531 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.35% from 531); Green value is 117 (46.09% from 255 or 22.03% from 531); Blue value is 221 (86.72% from 255 or 41.62% from 531); Max value from RGB is 221 - color contains mainly: blue. Hex color #C175DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C175DD is #3E8A22. Grayscale: #979797. Windows color (decimal): -4098595 or 14513601. OLE color: 14513601.
HSL color Cylindrical-coordinate representation of color #C175DD: hue angle of 283.85º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C175DD is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 117 | 221 | - |
| CMYK | 0.13 | 0.47 | 0 | 0.13 |
| HSL | 283.85º | 0.6% | 0.66% | - |
| HSV(B) | 283.85º | 0.47% | 0.87% | - |
| XYZ | 41.4 | 29.28 | 71.88 | - |
| YUV | 151.58 | 167.18 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 117 | 221 | 0.13 | 0.47 | 0 | 0.13 | 283.85 | 0.6 | 0.66 |
| Hex | C1 | 75 | DD | D | 2F | 0 | D | 11C | 3C | 42 |
| Octal | 301 | 165 | 335 | 15 | 57 | 0 | 15 | 434 | 74 | 102 |
| Binary | 11000001 | 1110101 | 11011101 | 1101 | 101111 | 0 | 1101 | 100011100 | 111100 | 1000010 |
Color Harmonies of #C175DD
Complementary color
Monochromatic Colors of #C175DD
Black with #C175DD
Text Example
Text Example
White with #C175DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C175DD; }
p { color: rgb(193,117,221); }
H1.HeaderClassName
{
color: #C175DD;
}
.AnyTagClassName
{
color: #C175DD;
}
</style>
background-color css
<style>
a { background-color: #C175DD; }
a { background-color: rgb(193,117,221); }
div.DivClassName
{
background-color: #C175DD;
}
.BgClassName
{
background-color: #C175DD;
}
</style>
border-color css
<style>
span { border-color: #C175DD; }
span { border-color: rgb(193,117,221); }
td.TdClassName
{
border-color: #C175DD;
}
.TagClassName
{
border-color: #C175DD;
}
</style>