Shades of Medium Orchid #C16BCF
Tints of Medium Orchid #C16BCF
RGB
CMYK
RGB Variations
Color information
#C16BCF (or 0xC16BCF) is known color: Medium Orchid. HEX triplet: C1, 6B and CF. RGB value is (193,107,207). Sum of RGB (Red+Green+Blue) = 193+107+207=507 (67% of max value = 765). Red value is 193 (75.78% from 255 or 38.07% from 507); Green value is 107 (42.19% from 255 or 21.10% from 507); Blue value is 207 (81.25% from 255 or 40.83% from 507); Max value from RGB is 207 - color contains mainly: blue. Hex color #C16BCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16BCF is #3E9430. Grayscale: #8F8F8F. Windows color (decimal): -4101169 or 13593537. OLE color: 13593537.
HSL color Cylindrical-coordinate representation of color #C16BCF: hue angle of 291.6º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C16BCF is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 107 | 207 | - |
| CMYK | 0.07 | 0.48 | 0 | 0.19 |
| HSL | 291.6º | 0.51% | 0.62% | - |
| HSV(B) | 291.6º | 0.48% | 0.81% | - |
| XYZ | 38.51 | 26.36 | 62.09 | - |
| YUV | 144.11 | 163.49 | 162.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 107 | 207 | 0.07 | 0.48 | 0 | 0.19 | 291.6 | 0.51 | 0.62 |
| Hex | C1 | 6B | CF | 7 | 30 | 0 | 13 | 124 | 33 | 3E |
| Octal | 301 | 153 | 317 | 7 | 60 | 0 | 23 | 444 | 63 | 76 |
| Binary | 11000001 | 1101011 | 11001111 | 111 | 110000 | 0 | 10011 | 100100100 | 110011 | 111110 |
Color Harmonies of #C16BCF
Complementary color
Monochromatic Colors of #C16BCF
Black with #C16BCF
Text Example
Text Example
White with #C16BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16BCF; }
p { color: rgb(193,107,207); }
H1.HeaderClassName
{
color: #C16BCF;
}
.AnyTagClassName
{
color: #C16BCF;
}
</style>
background-color css
<style>
a { background-color: #C16BCF; }
a { background-color: rgb(193,107,207); }
div.DivClassName
{
background-color: #C16BCF;
}
.BgClassName
{
background-color: #C16BCF;
}
</style>
border-color css
<style>
span { border-color: #C16BCF; }
span { border-color: rgb(193,107,207); }
td.TdClassName
{
border-color: #C16BCF;
}
.TagClassName
{
border-color: #C16BCF;
}
</style>