Shades of Medium Orchid #C169DA
Tints of Medium Orchid #C169DA
RGB
CMYK
RGB Variations
Color information
#C169DA (or 0xC169DA) is known color: Medium Orchid. HEX triplet: C1, 69 and DA. RGB value is (193,105,218). Sum of RGB (Red+Green+Blue) = 193+105+218=516 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.40% from 516); Green value is 105 (41.41% from 255 or 20.35% from 516); Blue value is 218 (85.55% from 255 or 42.25% from 516); Max value from RGB is 218 - color contains mainly: blue. Hex color #C169DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C169DA is #3E9625. Grayscale: #8F8F8F. Windows color (decimal): -4101670 or 14313921. OLE color: 14313921.
HSL color Cylindrical-coordinate representation of color #C169DA: hue angle of 286.73º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C169DA is Cyan = 0.11, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 105 | 218 | - |
| CMYK | 0.11 | 0.52 | 0 | 0.15 |
| HSL | 286.73º | 0.6% | 0.63% | - |
| HSV(B) | 286.73º | 0.52% | 0.85% | - |
| XYZ | 39.7 | 26.5 | 69.35 | - |
| YUV | 144.19 | 169.65 | 162.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 105 | 218 | 0.11 | 0.52 | 0 | 0.15 | 286.73 | 0.6 | 0.63 |
| Hex | C1 | 69 | DA | B | 34 | 0 | F | 11F | 3C | 3F |
| Octal | 301 | 151 | 332 | 13 | 64 | 0 | 17 | 437 | 74 | 77 |
| Binary | 11000001 | 1101001 | 11011010 | 1011 | 110100 | 0 | 1111 | 100011111 | 111100 | 111111 |
Color Harmonies of #C169DA
Complementary color
Monochromatic Colors of #C169DA
Black with #C169DA
Text Example
Text Example
White with #C169DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C169DA; }
p { color: rgb(193,105,218); }
H1.HeaderClassName
{
color: #C169DA;
}
.AnyTagClassName
{
color: #C169DA;
}
</style>
background-color css
<style>
a { background-color: #C169DA; }
a { background-color: rgb(193,105,218); }
div.DivClassName
{
background-color: #C169DA;
}
.BgClassName
{
background-color: #C169DA;
}
</style>
border-color css
<style>
span { border-color: #C169DA; }
span { border-color: rgb(193,105,218); }
td.TdClassName
{
border-color: #C169DA;
}
.TagClassName
{
border-color: #C169DA;
}
</style>