Shades of Medium Orchid #C16CDF
Tints of Medium Orchid #C16CDF
RGB
CMYK
RGB Variations
Color information
#C16CDF (or 0xC16CDF) is known color: Medium Orchid. HEX triplet: C1, 6C and DF. RGB value is (193,108,223). Sum of RGB (Red+Green+Blue) = 193+108+223=524 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.83% from 524); Green value is 108 (42.58% from 255 or 20.61% from 524); Blue value is 223 (87.5% from 255 or 42.56% from 524); Max value from RGB is 223 - color contains mainly: blue. Hex color #C16CDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16CDF is #3E9320. Grayscale: #929292. Windows color (decimal): -4100897 or 14642369. OLE color: 14642369.
HSL color Cylindrical-coordinate representation of color #C16CDF: hue angle of 284.35º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C16CDF is Cyan = 0.13, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 108 | 223 | - |
| CMYK | 0.13 | 0.52 | 0 | 0.13 |
| HSL | 284.35º | 0.64% | 0.65% | - |
| HSV(B) | 284.35º | 0.52% | 0.87% | - |
| XYZ | 40.67 | 27.39 | 72.96 | - |
| YUV | 146.53 | 171.16 | 161.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 108 | 223 | 0.13 | 0.52 | 0 | 0.13 | 284.35 | 0.64 | 0.65 |
| Hex | C1 | 6C | DF | D | 34 | 0 | D | 11C | 40 | 41 |
| Octal | 301 | 154 | 337 | 15 | 64 | 0 | 15 | 434 | 100 | 101 |
| Binary | 11000001 | 1101100 | 11011111 | 1101 | 110100 | 0 | 1101 | 100011100 | 1000000 | 1000001 |
Color Harmonies of #C16CDF
Complementary color
Monochromatic Colors of #C16CDF
Black with #C16CDF
Text Example
Text Example
White with #C16CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16CDF; }
p { color: rgb(193,108,223); }
H1.HeaderClassName
{
color: #C16CDF;
}
.AnyTagClassName
{
color: #C16CDF;
}
</style>
background-color css
<style>
a { background-color: #C16CDF; }
a { background-color: rgb(193,108,223); }
div.DivClassName
{
background-color: #C16CDF;
}
.BgClassName
{
background-color: #C16CDF;
}
</style>
border-color css
<style>
span { border-color: #C16CDF; }
span { border-color: rgb(193,108,223); }
td.TdClassName
{
border-color: #C16CDF;
}
.TagClassName
{
border-color: #C16CDF;
}
</style>