Shades of Medium Orchid #C174DD
Tints of Medium Orchid #C174DD
RGB
CMYK
RGB Variations
Color information
#C174DD (or 0xC174DD) is known color: Medium Orchid. HEX triplet: C1, 74 and DD. RGB value is (193,116,221). Sum of RGB (Red+Green+Blue) = 193+116+221=530 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.42% from 530); Green value is 116 (45.70% from 255 or 21.89% from 530); Blue value is 221 (86.72% from 255 or 41.70% from 530); Max value from RGB is 221 - color contains mainly: blue. Hex color #C174DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C174DD is #3E8B22. Grayscale: #969696. Windows color (decimal): -4098851 or 14513345. OLE color: 14513345.
HSL color Cylindrical-coordinate representation of color #C174DD: hue angle of 284º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C174DD is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 116 | 221 | - |
| CMYK | 0.13 | 0.48 | 0 | 0.13 |
| HSL | 284º | 0.61% | 0.66% | - |
| HSV(B) | 284º | 0.48% | 0.87% | - |
| XYZ | 41.29 | 29.05 | 71.84 | - |
| YUV | 150.99 | 167.51 | 157.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 116 | 221 | 0.13 | 0.48 | 0 | 0.13 | 284 | 0.61 | 0.66 |
| Hex | C1 | 74 | DD | D | 30 | 0 | D | 11C | 3D | 42 |
| Octal | 301 | 164 | 335 | 15 | 60 | 0 | 15 | 434 | 75 | 102 |
| Binary | 11000001 | 1110100 | 11011101 | 1101 | 110000 | 0 | 1101 | 100011100 | 111101 | 1000010 |
Color Harmonies of #C174DD
Complementary color
Monochromatic Colors of #C174DD
Black with #C174DD
Text Example
Text Example
White with #C174DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C174DD; }
p { color: rgb(193,116,221); }
H1.HeaderClassName
{
color: #C174DD;
}
.AnyTagClassName
{
color: #C174DD;
}
</style>
background-color css
<style>
a { background-color: #C174DD; }
a { background-color: rgb(193,116,221); }
div.DivClassName
{
background-color: #C174DD;
}
.BgClassName
{
background-color: #C174DD;
}
</style>
border-color css
<style>
span { border-color: #C174DD; }
span { border-color: rgb(193,116,221); }
td.TdClassName
{
border-color: #C174DD;
}
.TagClassName
{
border-color: #C174DD;
}
</style>