Shades of Medium Orchid #C169DB
Tints of Medium Orchid #C169DB
RGB
CMYK
RGB Variations
Color information
#C169DB (or 0xC169DB) is known color: Medium Orchid. HEX triplet: C1, 69 and DB. RGB value is (193,105,219). Sum of RGB (Red+Green+Blue) = 193+105+219=517 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.33% from 517); Green value is 105 (41.41% from 255 or 20.31% from 517); Blue value is 219 (85.94% from 255 or 42.36% from 517); Max value from RGB is 219 - color contains mainly: blue. Hex color #C169DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C169DB is #3E9624. Grayscale: #8F8F8F. Windows color (decimal): -4101669 or 14379457. OLE color: 14379457.
HSL color Cylindrical-coordinate representation of color #C169DB: hue angle of 286.32º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C169DB is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 105 | 219 | - |
| CMYK | 0.12 | 0.52 | 0 | 0.14 |
| HSL | 286.32º | 0.61% | 0.64% | - |
| HSV(B) | 286.32º | 0.52% | 0.86% | - |
| XYZ | 39.83 | 26.56 | 70.04 | - |
| YUV | 144.31 | 170.15 | 162.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 105 | 219 | 0.12 | 0.52 | 0 | 0.14 | 286.32 | 0.61 | 0.64 |
| Hex | C1 | 69 | DB | C | 34 | 0 | E | 11E | 3D | 40 |
| Octal | 301 | 151 | 333 | 14 | 64 | 0 | 16 | 436 | 75 | 100 |
| Binary | 11000001 | 1101001 | 11011011 | 1100 | 110100 | 0 | 1110 | 100011110 | 111101 | 1000000 |
Color Harmonies of #C169DB
Complementary color
Monochromatic Colors of #C169DB
Black with #C169DB
Text Example
Text Example
White with #C169DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C169DB; }
p { color: rgb(193,105,219); }
H1.HeaderClassName
{
color: #C169DB;
}
.AnyTagClassName
{
color: #C169DB;
}
</style>
background-color css
<style>
a { background-color: #C169DB; }
a { background-color: rgb(193,105,219); }
div.DivClassName
{
background-color: #C169DB;
}
.BgClassName
{
background-color: #C169DB;
}
</style>
border-color css
<style>
span { border-color: #C169DB; }
span { border-color: rgb(193,105,219); }
td.TdClassName
{
border-color: #C169DB;
}
.TagClassName
{
border-color: #C169DB;
}
</style>