Shades of Medium Orchid #C169DD
Tints of Medium Orchid #C169DD
RGB
CMYK
RGB Variations
Color information
#C169DD (or 0xC169DD) is known color: Medium Orchid. HEX triplet: C1, 69 and DD. RGB value is (193,105,221). Sum of RGB (Red+Green+Blue) = 193+105+221=519 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.19% from 519); Green value is 105 (41.41% from 255 or 20.23% from 519); Blue value is 221 (86.72% from 255 or 42.58% from 519); Max value from RGB is 221 - color contains mainly: blue. Hex color #C169DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C169DD is #3E9622. Grayscale: #909090. Windows color (decimal): -4101667 or 14510529. OLE color: 14510529.
HSL color Cylindrical-coordinate representation of color #C169DD: hue angle of 285.52º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C169DD is Cyan = 0.13, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 105 | 221 | - |
| CMYK | 0.13 | 0.52 | 0 | 0.13 |
| HSL | 285.52º | 0.63% | 0.64% | - |
| HSV(B) | 285.52º | 0.52% | 0.87% | - |
| XYZ | 40.1 | 26.66 | 71.44 | - |
| YUV | 144.54 | 171.15 | 162.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 105 | 221 | 0.13 | 0.52 | 0 | 0.13 | 285.52 | 0.63 | 0.64 |
| Hex | C1 | 69 | DD | D | 34 | 0 | D | 11E | 3F | 40 |
| Octal | 301 | 151 | 335 | 15 | 64 | 0 | 15 | 436 | 77 | 100 |
| Binary | 11000001 | 1101001 | 11011101 | 1101 | 110100 | 0 | 1101 | 100011110 | 111111 | 1000000 |
Color Harmonies of #C169DD
Complementary color
Monochromatic Colors of #C169DD
Black with #C169DD
Text Example
Text Example
White with #C169DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C169DD; }
p { color: rgb(193,105,221); }
H1.HeaderClassName
{
color: #C169DD;
}
.AnyTagClassName
{
color: #C169DD;
}
</style>
background-color css
<style>
a { background-color: #C169DD; }
a { background-color: rgb(193,105,221); }
div.DivClassName
{
background-color: #C169DD;
}
.BgClassName
{
background-color: #C169DD;
}
</style>
border-color css
<style>
span { border-color: #C169DD; }
span { border-color: rgb(193,105,221); }
td.TdClassName
{
border-color: #C169DD;
}
.TagClassName
{
border-color: #C169DD;
}
</style>