Shades of Medium Orchid #C167EF
Tints of Medium Orchid #C167EF
RGB
CMYK
RGB Variations
Color information
#C167EF (or 0xC167EF) is known color: Medium Orchid. HEX triplet: C1, 67 and EF. RGB value is (193,103,239). Sum of RGB (Red+Green+Blue) = 193+103+239=535 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.07% from 535); Green value is 103 (40.62% from 255 or 19.25% from 535); Blue value is 239 (93.75% from 255 or 44.67% from 535); Max value from RGB is 239 - color contains mainly: blue. Hex color #C167EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C167EF is #3E9810. Grayscale: #909090. Windows color (decimal): -4102161 or 15689665. OLE color: 15689665.
HSL color Cylindrical-coordinate representation of color #C167EF: hue angle of 279.71º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C167EF is Cyan = 0.19, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 193 | 103 | 239 | - |
| CMYK | 0.19 | 0.57 | 0 | 0.06 |
| HSL | 279.71º | 0.81% | 0.67% | - |
| HSV(B) | 279.71º | 0.57% | 0.94% | - |
| XYZ | 42.42 | 27.27 | 84.69 | - |
| YUV | 145.41 | 180.82 | 161.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 103 | 239 | 0.19 | 0.57 | 0 | 0.06 | 279.71 | 0.81 | 0.67 |
| Hex | C1 | 67 | EF | 13 | 39 | 0 | 6 | 118 | 51 | 43 |
| Octal | 301 | 147 | 357 | 23 | 71 | 0 | 6 | 430 | 121 | 103 |
| Binary | 11000001 | 1100111 | 11101111 | 10011 | 111001 | 0 | 110 | 100011000 | 1010001 | 1000011 |
Color Harmonies of #C167EF
Complementary color
Monochromatic Colors of #C167EF
Black with #C167EF
Text Example
Text Example
White with #C167EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C167EF; }
p { color: rgb(193,103,239); }
H1.HeaderClassName
{
color: #C167EF;
}
.AnyTagClassName
{
color: #C167EF;
}
</style>
background-color css
<style>
a { background-color: #C167EF; }
a { background-color: rgb(193,103,239); }
div.DivClassName
{
background-color: #C167EF;
}
.BgClassName
{
background-color: #C167EF;
}
</style>
border-color css
<style>
span { border-color: #C167EF; }
span { border-color: rgb(193,103,239); }
td.TdClassName
{
border-color: #C167EF;
}
.TagClassName
{
border-color: #C167EF;
}
</style>