Shades of Medium Orchid #C169DC
Tints of Medium Orchid #C169DC
RGB
CMYK
RGB Variations
Color information
#C169DC (or 0xC169DC) is known color: Medium Orchid. HEX triplet: C1, 69 and DC. RGB value is (193,105,220). Sum of RGB (Red+Green+Blue) = 193+105+220=518 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.26% from 518); Green value is 105 (41.41% from 255 or 20.27% from 518); Blue value is 220 (86.33% from 255 or 42.47% from 518); Max value from RGB is 220 - color contains mainly: blue. Hex color #C169DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C169DC is #3E9623. Grayscale: #909090. Windows color (decimal): -4101668 or 14444993. OLE color: 14444993.
HSL color Cylindrical-coordinate representation of color #C169DC: hue angle of 285.91º degrees, saturation: 0.62, 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 #C169DC is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 105 | 220 | - |
| CMYK | 0.12 | 0.52 | 0 | 0.14 |
| HSL | 285.91º | 0.62% | 0.64% | - |
| HSV(B) | 285.91º | 0.52% | 0.86% | - |
| XYZ | 39.96 | 26.61 | 70.74 | - |
| YUV | 144.42 | 170.65 | 162.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 105 | 220 | 0.12 | 0.52 | 0 | 0.14 | 285.91 | 0.62 | 0.64 |
| Hex | C1 | 69 | DC | C | 34 | 0 | E | 11E | 3E | 40 |
| Octal | 301 | 151 | 334 | 14 | 64 | 0 | 16 | 436 | 76 | 100 |
| Binary | 11000001 | 1101001 | 11011100 | 1100 | 110100 | 0 | 1110 | 100011110 | 111110 | 1000000 |
Color Harmonies of #C169DC
Complementary color
Monochromatic Colors of #C169DC
Black with #C169DC
Text Example
Text Example
White with #C169DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C169DC; }
p { color: rgb(193,105,220); }
H1.HeaderClassName
{
color: #C169DC;
}
.AnyTagClassName
{
color: #C169DC;
}
</style>
background-color css
<style>
a { background-color: #C169DC; }
a { background-color: rgb(193,105,220); }
div.DivClassName
{
background-color: #C169DC;
}
.BgClassName
{
background-color: #C169DC;
}
</style>
border-color css
<style>
span { border-color: #C169DC; }
span { border-color: rgb(193,105,220); }
td.TdClassName
{
border-color: #C169DC;
}
.TagClassName
{
border-color: #C169DC;
}
</style>