Shades of Medium Orchid #C166DA
Tints of Medium Orchid #C166DA
RGB
CMYK
RGB Variations
Color information
#C166DA (or 0xC166DA) is known color: Medium Orchid. HEX triplet: C1, 66 and DA. RGB value is (193,102,218). Sum of RGB (Red+Green+Blue) = 193+102+218=513 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.62% from 513); Green value is 102 (40.23% from 255 or 19.88% from 513); Blue value is 218 (85.55% from 255 or 42.50% from 513); Max value from RGB is 218 - color contains mainly: blue. Hex color #C166DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C166DA is #3E9925. Grayscale: #8E8E8E. Windows color (decimal): -4102438 or 14313153. OLE color: 14313153.
HSL color Cylindrical-coordinate representation of color #C166DA: hue angle of 287.07º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C166DA is Cyan = 0.11, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 102 | 218 | - |
| CMYK | 0.11 | 0.53 | 0 | 0.15 |
| HSL | 287.07º | 0.61% | 0.63% | - |
| HSV(B) | 287.07º | 0.53% | 0.85% | - |
| XYZ | 39.4 | 25.9 | 69.25 | - |
| YUV | 142.43 | 170.65 | 164.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 102 | 218 | 0.11 | 0.53 | 0 | 0.15 | 287.07 | 0.61 | 0.63 |
| Hex | C1 | 66 | DA | B | 35 | 0 | F | 11F | 3D | 3F |
| Octal | 301 | 146 | 332 | 13 | 65 | 0 | 17 | 437 | 75 | 77 |
| Binary | 11000001 | 1100110 | 11011010 | 1011 | 110101 | 0 | 1111 | 100011111 | 111101 | 111111 |
Color Harmonies of #C166DA
Complementary color
Monochromatic Colors of #C166DA
Black with #C166DA
Text Example
Text Example
White with #C166DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C166DA; }
p { color: rgb(193,102,218); }
H1.HeaderClassName
{
color: #C166DA;
}
.AnyTagClassName
{
color: #C166DA;
}
</style>
background-color css
<style>
a { background-color: #C166DA; }
a { background-color: rgb(193,102,218); }
div.DivClassName
{
background-color: #C166DA;
}
.BgClassName
{
background-color: #C166DA;
}
</style>
border-color css
<style>
span { border-color: #C166DA; }
span { border-color: rgb(193,102,218); }
td.TdClassName
{
border-color: #C166DA;
}
.TagClassName
{
border-color: #C166DA;
}
</style>