Shades of Medium Orchid #C169DF
Tints of Medium Orchid #C169DF
RGB
CMYK
RGB Variations
Color information
#C169DF (or 0xC169DF) is known color: Medium Orchid. HEX triplet: C1, 69 and DF. RGB value is (193,105,223). Sum of RGB (Red+Green+Blue) = 193+105+223=521 (69% of max value = 765). Red value is 193 (75.78% from 255 or 37.04% from 521); Green value is 105 (41.41% from 255 or 20.15% from 521); Blue value is 223 (87.5% from 255 or 42.80% from 521); Max value from RGB is 223 - color contains mainly: blue. Hex color #C169DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C169DF is #3E9620. Grayscale: #909090. Windows color (decimal): -4101665 or 14641601. OLE color: 14641601.
HSL color Cylindrical-coordinate representation of color #C169DF: hue angle of 284.75º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C169DF is Cyan = 0.13, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 105 | 223 | - |
| CMYK | 0.13 | 0.53 | 0 | 0.13 |
| HSL | 284.75º | 0.65% | 0.64% | - |
| HSV(B) | 284.75º | 0.53% | 0.87% | - |
| XYZ | 40.36 | 26.77 | 72.85 | - |
| YUV | 144.76 | 172.15 | 162.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 105 | 223 | 0.13 | 0.53 | 0 | 0.13 | 284.75 | 0.65 | 0.64 |
| Hex | C1 | 69 | DF | D | 35 | 0 | D | 11D | 41 | 40 |
| Octal | 301 | 151 | 337 | 15 | 65 | 0 | 15 | 435 | 101 | 100 |
| Binary | 11000001 | 1101001 | 11011111 | 1101 | 110101 | 0 | 1101 | 100011101 | 1000001 | 1000000 |
Color Harmonies of #C169DF
Complementary color
Monochromatic Colors of #C169DF
Black with #C169DF
Text Example
Text Example
White with #C169DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C169DF; }
p { color: rgb(193,105,223); }
H1.HeaderClassName
{
color: #C169DF;
}
.AnyTagClassName
{
color: #C169DF;
}
</style>
background-color css
<style>
a { background-color: #C169DF; }
a { background-color: rgb(193,105,223); }
div.DivClassName
{
background-color: #C169DF;
}
.BgClassName
{
background-color: #C169DF;
}
</style>
border-color css
<style>
span { border-color: #C169DF; }
span { border-color: rgb(193,105,223); }
td.TdClassName
{
border-color: #C169DF;
}
.TagClassName
{
border-color: #C169DF;
}
</style>