Shades of Medium Orchid #C164DB
Tints of Medium Orchid #C164DB
RGB
CMYK
RGB Variations
Color information
#C164DB (or 0xC164DB) is known color: Medium Orchid. HEX triplet: C1, 64 and DB. RGB value is (193,100,219). Sum of RGB (Red+Green+Blue) = 193+100+219=512 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.70% from 512); Green value is 100 (39.45% from 255 or 19.53% from 512); Blue value is 219 (85.94% from 255 or 42.77% from 512); Max value from RGB is 219 - color contains mainly: blue. Hex color #C164DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C164DB is #3E9B24. Grayscale: #8C8C8C. Windows color (decimal): -4102949 or 14378177. OLE color: 14378177.
HSL color Cylindrical-coordinate representation of color #C164DB: hue angle of 286.89º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C164DB is Cyan = 0.12, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 100 | 219 | - |
| CMYK | 0.12 | 0.54 | 0 | 0.14 |
| HSL | 286.89º | 0.62% | 0.63% | - |
| HSV(B) | 286.89º | 0.54% | 0.86% | - |
| XYZ | 39.34 | 25.57 | 69.88 | - |
| YUV | 141.37 | 171.81 | 164.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 100 | 219 | 0.12 | 0.54 | 0 | 0.14 | 286.89 | 0.62 | 0.63 |
| Hex | C1 | 64 | DB | C | 36 | 0 | E | 11F | 3E | 3F |
| Octal | 301 | 144 | 333 | 14 | 66 | 0 | 16 | 437 | 76 | 77 |
| Binary | 11000001 | 1100100 | 11011011 | 1100 | 110110 | 0 | 1110 | 100011111 | 111110 | 111111 |
Color Harmonies of #C164DB
Complementary color
Monochromatic Colors of #C164DB
Black with #C164DB
Text Example
Text Example
White with #C164DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C164DB; }
p { color: rgb(193,100,219); }
H1.HeaderClassName
{
color: #C164DB;
}
.AnyTagClassName
{
color: #C164DB;
}
</style>
background-color css
<style>
a { background-color: #C164DB; }
a { background-color: rgb(193,100,219); }
div.DivClassName
{
background-color: #C164DB;
}
.BgClassName
{
background-color: #C164DB;
}
</style>
border-color css
<style>
span { border-color: #C164DB; }
span { border-color: rgb(193,100,219); }
td.TdClassName
{
border-color: #C164DB;
}
.TagClassName
{
border-color: #C164DB;
}
</style>