Shades of Medium Orchid #C167DB
Tints of Medium Orchid #C167DB
RGB
CMYK
RGB Variations
Color information
#C167DB (or 0xC167DB) is known color: Medium Orchid. HEX triplet: C1, 67 and DB. RGB value is (193,103,219). Sum of RGB (Red+Green+Blue) = 193+103+219=515 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.48% from 515); Green value is 103 (40.62% from 255 or 20% from 515); Blue value is 219 (85.94% from 255 or 42.52% from 515); Max value from RGB is 219 - color contains mainly: blue. Hex color #C167DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C167DB is #3E9824. Grayscale: #8E8E8E. Windows color (decimal): -4102181 or 14378945. OLE color: 14378945.
HSL color Cylindrical-coordinate representation of color #C167DB: hue angle of 286.55º 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 #C167DB is Cyan = 0.12, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 103 | 219 | - |
| CMYK | 0.12 | 0.53 | 0 | 0.14 |
| HSL | 286.55º | 0.62% | 0.63% | - |
| HSV(B) | 286.55º | 0.53% | 0.86% | - |
| XYZ | 39.63 | 26.15 | 69.98 | - |
| YUV | 143.13 | 170.82 | 163.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 103 | 219 | 0.12 | 0.53 | 0 | 0.14 | 286.55 | 0.62 | 0.63 |
| Hex | C1 | 67 | DB | C | 35 | 0 | E | 11F | 3E | 3F |
| Octal | 301 | 147 | 333 | 14 | 65 | 0 | 16 | 437 | 76 | 77 |
| Binary | 11000001 | 1100111 | 11011011 | 1100 | 110101 | 0 | 1110 | 100011111 | 111110 | 111111 |
Color Harmonies of #C167DB
Complementary color
Monochromatic Colors of #C167DB
Black with #C167DB
Text Example
Text Example
White with #C167DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C167DB; }
p { color: rgb(193,103,219); }
H1.HeaderClassName
{
color: #C167DB;
}
.AnyTagClassName
{
color: #C167DB;
}
</style>
background-color css
<style>
a { background-color: #C167DB; }
a { background-color: rgb(193,103,219); }
div.DivClassName
{
background-color: #C167DB;
}
.BgClassName
{
background-color: #C167DB;
}
</style>
border-color css
<style>
span { border-color: #C167DB; }
span { border-color: rgb(193,103,219); }
td.TdClassName
{
border-color: #C167DB;
}
.TagClassName
{
border-color: #C167DB;
}
</style>