Shades of Medium Orchid #C16CDD
Tints of Medium Orchid #C16CDD
RGB
CMYK
RGB Variations
Color information
#C16CDD (or 0xC16CDD) is known color: Medium Orchid. HEX triplet: C1, 6C and DD. RGB value is (193,108,221). Sum of RGB (Red+Green+Blue) = 193+108+221=522 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.97% from 522); Green value is 108 (42.58% from 255 or 20.69% from 522); Blue value is 221 (86.72% from 255 or 42.34% from 522); Max value from RGB is 221 - color contains mainly: blue. Hex color #C16CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16CDD is #3E9322. Grayscale: #919191. Windows color (decimal): -4100899 or 14511297. OLE color: 14511297.
HSL color Cylindrical-coordinate representation of color #C16CDD: hue angle of 285.13º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C16CDD is Cyan = 0.13, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 108 | 221 | - |
| CMYK | 0.13 | 0.51 | 0 | 0.13 |
| HSL | 285.13º | 0.62% | 0.65% | - |
| HSV(B) | 285.13º | 0.51% | 0.87% | - |
| XYZ | 40.41 | 27.28 | 71.54 | - |
| YUV | 146.3 | 170.16 | 161.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 108 | 221 | 0.13 | 0.51 | 0 | 0.13 | 285.13 | 0.62 | 0.65 |
| Hex | C1 | 6C | DD | D | 33 | 0 | D | 11D | 3E | 41 |
| Octal | 301 | 154 | 335 | 15 | 63 | 0 | 15 | 435 | 76 | 101 |
| Binary | 11000001 | 1101100 | 11011101 | 1101 | 110011 | 0 | 1101 | 100011101 | 111110 | 1000001 |
Color Harmonies of #C16CDD
Complementary color
Monochromatic Colors of #C16CDD
Black with #C16CDD
Text Example
Text Example
White with #C16CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16CDD; }
p { color: rgb(193,108,221); }
H1.HeaderClassName
{
color: #C16CDD;
}
.AnyTagClassName
{
color: #C16CDD;
}
</style>
background-color css
<style>
a { background-color: #C16CDD; }
a { background-color: rgb(193,108,221); }
div.DivClassName
{
background-color: #C16CDD;
}
.BgClassName
{
background-color: #C16CDD;
}
</style>
border-color css
<style>
span { border-color: #C16CDD; }
span { border-color: rgb(193,108,221); }
td.TdClassName
{
border-color: #C16CDD;
}
.TagClassName
{
border-color: #C16CDD;
}
</style>