Shades of Medium Orchid #C166DB
Tints of Medium Orchid #C166DB
RGB
CMYK
RGB Variations
Color information
#C166DB (or 0xC166DB) is known color: Medium Orchid. HEX triplet: C1, 66 and DB. RGB value is (193,102,219). Sum of RGB (Red+Green+Blue) = 193+102+219=514 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.55% from 514); Green value is 102 (40.23% from 255 or 19.84% from 514); Blue value is 219 (85.94% from 255 or 42.61% from 514); Max value from RGB is 219 - color contains mainly: blue. Hex color #C166DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C166DB is #3E9924. Grayscale: #8E8E8E. Windows color (decimal): -4102437 or 14378689. OLE color: 14378689.
HSL color Cylindrical-coordinate representation of color #C166DB: hue angle of 286.67º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C166DB is Cyan = 0.12, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 102 | 219 | - |
| CMYK | 0.12 | 0.53 | 0 | 0.14 |
| HSL | 286.67º | 0.62% | 0.63% | - |
| HSV(B) | 286.67º | 0.53% | 0.86% | - |
| XYZ | 39.53 | 25.95 | 69.94 | - |
| YUV | 142.55 | 171.15 | 163.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 102 | 219 | 0.12 | 0.53 | 0 | 0.14 | 286.67 | 0.62 | 0.63 |
| Hex | C1 | 66 | DB | C | 35 | 0 | E | 11F | 3E | 3F |
| Octal | 301 | 146 | 333 | 14 | 65 | 0 | 16 | 437 | 76 | 77 |
| Binary | 11000001 | 1100110 | 11011011 | 1100 | 110101 | 0 | 1110 | 100011111 | 111110 | 111111 |
Color Harmonies of #C166DB
Complementary color
Monochromatic Colors of #C166DB
Black with #C166DB
Text Example
Text Example
White with #C166DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C166DB; }
p { color: rgb(193,102,219); }
H1.HeaderClassName
{
color: #C166DB;
}
.AnyTagClassName
{
color: #C166DB;
}
</style>
background-color css
<style>
a { background-color: #C166DB; }
a { background-color: rgb(193,102,219); }
div.DivClassName
{
background-color: #C166DB;
}
.BgClassName
{
background-color: #C166DB;
}
</style>
border-color css
<style>
span { border-color: #C166DB; }
span { border-color: rgb(193,102,219); }
td.TdClassName
{
border-color: #C166DB;
}
.TagClassName
{
border-color: #C166DB;
}
</style>