Shades of Medium Orchid #C169D5
Tints of Medium Orchid #C169D5
RGB
CMYK
RGB Variations
Color information
#C169D5 (or 0xC169D5) is known color: Medium Orchid. HEX triplet: C1, 69 and D5. RGB value is (193,105,213). Sum of RGB (Red+Green+Blue) = 193+105+213=511 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.77% from 511); Green value is 105 (41.41% from 255 or 20.55% from 511); Blue value is 213 (83.59% from 255 or 41.68% from 511); Max value from RGB is 213 - color contains mainly: blue. Hex color #C169D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C169D5 is #3E962A. Grayscale: #8F8F8F. Windows color (decimal): -4101675 or 13986241. OLE color: 13986241.
HSL color Cylindrical-coordinate representation of color #C169D5: hue angle of 288.89º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C169D5 is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 193 | 105 | 213 | - |
| CMYK | 0.09 | 0.51 | 0 | 0.16 |
| HSL | 288.89º | 0.56% | 0.62% | - |
| HSV(B) | 288.89º | 0.51% | 0.84% | - |
| XYZ | 39.05 | 26.24 | 65.96 | - |
| YUV | 143.62 | 167.15 | 163.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 105 | 213 | 0.09 | 0.51 | 0 | 0.16 | 288.89 | 0.56 | 0.62 |
| Hex | C1 | 69 | D5 | 9 | 33 | 0 | 10 | 121 | 38 | 3E |
| Octal | 301 | 151 | 325 | 11 | 63 | 0 | 20 | 441 | 70 | 76 |
| Binary | 11000001 | 1101001 | 11010101 | 1001 | 110011 | 0 | 10000 | 100100001 | 111000 | 111110 |
Color Harmonies of #C169D5
Complementary color
Monochromatic Colors of #C169D5
Black with #C169D5
Text Example
Text Example
White with #C169D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C169D5; }
p { color: rgb(193,105,213); }
H1.HeaderClassName
{
color: #C169D5;
}
.AnyTagClassName
{
color: #C169D5;
}
</style>
background-color css
<style>
a { background-color: #C169D5; }
a { background-color: rgb(193,105,213); }
div.DivClassName
{
background-color: #C169D5;
}
.BgClassName
{
background-color: #C169D5;
}
</style>
border-color css
<style>
span { border-color: #C169D5; }
span { border-color: rgb(193,105,213); }
td.TdClassName
{
border-color: #C169D5;
}
.TagClassName
{
border-color: #C169D5;
}
</style>