Shades of Medium Orchid #C167CF
Tints of Medium Orchid #C167CF
RGB
CMYK
RGB Variations
Color information
#C167CF (or 0xC167CF) is known color: Medium Orchid. HEX triplet: C1, 67 and CF. RGB value is (193,103,207). Sum of RGB (Red+Green+Blue) = 193+103+207=503 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.37% from 503); Green value is 103 (40.62% from 255 or 20.48% from 503); Blue value is 207 (81.25% from 255 or 41.15% from 503); Max value from RGB is 207 - color contains mainly: blue. Hex color #C167CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C167CF is #3E9830. Grayscale: #8D8D8D. Windows color (decimal): -4102193 or 13592513. OLE color: 13592513.
HSL color Cylindrical-coordinate representation of color #C167CF: hue angle of 291.92º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C167CF is Cyan = 0.07, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 103 | 207 | - |
| CMYK | 0.07 | 0.50 | 0 | 0.19 |
| HSL | 291.92º | 0.52% | 0.61% | - |
| HSV(B) | 291.92º | 0.5% | 0.81% | - |
| XYZ | 38.11 | 25.54 | 61.95 | - |
| YUV | 141.77 | 164.82 | 164.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 103 | 207 | 0.07 | 0.50 | 0 | 0.19 | 291.92 | 0.52 | 0.61 |
| Hex | C1 | 67 | CF | 7 | 32 | 0 | 13 | 124 | 34 | 3D |
| Octal | 301 | 147 | 317 | 7 | 62 | 0 | 23 | 444 | 64 | 75 |
| Binary | 11000001 | 1100111 | 11001111 | 111 | 110010 | 0 | 10011 | 100100100 | 110100 | 111101 |
Color Harmonies of #C167CF
Complementary color
Monochromatic Colors of #C167CF
Black with #C167CF
Text Example
Text Example
White with #C167CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C167CF; }
p { color: rgb(193,103,207); }
H1.HeaderClassName
{
color: #C167CF;
}
.AnyTagClassName
{
color: #C167CF;
}
</style>
background-color css
<style>
a { background-color: #C167CF; }
a { background-color: rgb(193,103,207); }
div.DivClassName
{
background-color: #C167CF;
}
.BgClassName
{
background-color: #C167CF;
}
</style>
border-color css
<style>
span { border-color: #C167CF; }
span { border-color: rgb(193,103,207); }
td.TdClassName
{
border-color: #C167CF;
}
.TagClassName
{
border-color: #C167CF;
}
</style>