Shades of Medium Orchid #C163DB
Tints of Medium Orchid #C163DB
RGB
CMYK
RGB Variations
Color information
#C163DB (or 0xC163DB) is known color: Medium Orchid. HEX triplet: C1, 63 and DB. RGB value is (193,99,219). Sum of RGB (Red+Green+Blue) = 193+99+219=511 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.77% from 511); Green value is 99 (39.06% from 255 or 19.37% from 511); Blue value is 219 (85.94% from 255 or 42.86% from 511); Max value from RGB is 219 - color contains mainly: blue. Hex color #C163DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C163DB is #3E9C24. Grayscale: #8C8C8C. Windows color (decimal): -4103205 or 14377921. OLE color: 14377921.
HSL color Cylindrical-coordinate representation of color #C163DB: hue angle of 287º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C163DB is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 99 | 219 | - |
| CMYK | 0.12 | 0.55 | 0 | 0.14 |
| HSL | 287º | 0.63% | 0.62% | - |
| HSV(B) | 287º | 0.55% | 0.86% | - |
| XYZ | 39.24 | 25.38 | 69.85 | - |
| YUV | 140.79 | 172.14 | 165.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 99 | 219 | 0.12 | 0.55 | 0 | 0.14 | 287 | 0.63 | 0.62 |
| Hex | C1 | 63 | DB | C | 37 | 0 | E | 11F | 3E | 3E |
| Octal | 301 | 143 | 333 | 14 | 67 | 0 | 16 | 437 | 76 | 76 |
| Binary | 11000001 | 1100011 | 11011011 | 1100 | 110111 | 0 | 1110 | 100011111 | 111110 | 111110 |
Color Harmonies of #C163DB
Complementary color
Monochromatic Colors of #C163DB
Black with #C163DB
Text Example
Text Example
White with #C163DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C163DB; }
p { color: rgb(193,99,219); }
H1.HeaderClassName
{
color: #C163DB;
}
.AnyTagClassName
{
color: #C163DB;
}
</style>
background-color css
<style>
a { background-color: #C163DB; }
a { background-color: rgb(193,99,219); }
div.DivClassName
{
background-color: #C163DB;
}
.BgClassName
{
background-color: #C163DB;
}
</style>
border-color css
<style>
span { border-color: #C163DB; }
span { border-color: rgb(193,99,219); }
td.TdClassName
{
border-color: #C163DB;
}
.TagClassName
{
border-color: #C163DB;
}
</style>