Shades of Medium Orchid #C168DB
Tints of Medium Orchid #C168DB
RGB
CMYK
RGB Variations
Color information
#C168DB (or 0xC168DB) is known color: Medium Orchid. HEX triplet: C1, 68 and DB. RGB value is (193,104,219). Sum of RGB (Red+Green+Blue) = 193+104+219=516 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.40% from 516); Green value is 104 (41.02% from 255 or 20.16% from 516); Blue value is 219 (85.94% from 255 or 42.44% from 516); Max value from RGB is 219 - color contains mainly: blue. Hex color #C168DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C168DB is #3E9724. Grayscale: #8F8F8F. Windows color (decimal): -4101925 or 14379201. OLE color: 14379201.
HSL color Cylindrical-coordinate representation of color #C168DB: hue angle of 286.43º degrees, saturation: 0.61, 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 #C168DB is Cyan = 0.12, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 104 | 219 | - |
| CMYK | 0.12 | 0.53 | 0 | 0.14 |
| HSL | 286.43º | 0.61% | 0.63% | - |
| HSV(B) | 286.43º | 0.53% | 0.86% | - |
| XYZ | 39.73 | 26.35 | 70.01 | - |
| YUV | 143.72 | 170.49 | 163.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 104 | 219 | 0.12 | 0.53 | 0 | 0.14 | 286.43 | 0.61 | 0.63 |
| Hex | C1 | 68 | DB | C | 35 | 0 | E | 11E | 3D | 3F |
| Octal | 301 | 150 | 333 | 14 | 65 | 0 | 16 | 436 | 75 | 77 |
| Binary | 11000001 | 1101000 | 11011011 | 1100 | 110101 | 0 | 1110 | 100011110 | 111101 | 111111 |
Color Harmonies of #C168DB
Complementary color
Monochromatic Colors of #C168DB
Black with #C168DB
Text Example
Text Example
White with #C168DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C168DB; }
p { color: rgb(193,104,219); }
H1.HeaderClassName
{
color: #C168DB;
}
.AnyTagClassName
{
color: #C168DB;
}
</style>
background-color css
<style>
a { background-color: #C168DB; }
a { background-color: rgb(193,104,219); }
div.DivClassName
{
background-color: #C168DB;
}
.BgClassName
{
background-color: #C168DB;
}
</style>
border-color css
<style>
span { border-color: #C168DB; }
span { border-color: rgb(193,104,219); }
td.TdClassName
{
border-color: #C168DB;
}
.TagClassName
{
border-color: #C168DB;
}
</style>